How can I make an HTTP GET request from Perl?

后端 未结 4 1165
既然无缘
既然无缘 2021-01-22 03:07

I\'m trying to write my first Perl program. If you think that Perl is a bad language for the task at hand tell me what language would solve it better.

The program tests

4条回答
  •  清酒与你
    2021-01-22 03:28

    You have many questions in one. The answer to the question in the title of your post is to use LWP::Simple.

    Most of your other questions are answered in perlfaq9 with appropriate pointers to further information.

提交回复
热议问题