in reply to I am trying to access data from a site that needs login and password

On your pages use CGI.pm to parse out CGI input. Do perldoc on CGI.pm.

To view the output of the second page you have simulate form input. To do this, start the second page script from command line and then give it name=value pairs. ^D end the input. You will get your output back along with HTTP headers.

  • Comment on Re: I am trying to access data from a site that needs login and password