in reply to Perl to Extract POST Method data from a URL

You can extract POST data with CGI.

You can access a foreign web page with LWP::Simple or LWP::UserAgent.

The extraction of the desired data strongly depends on how the data is presented, you need to describe that a bit better if you want us to help you.

  • Comment on Re: Perl to Extract POST Method data from a URL