in reply to passing Apache Basic Auth. creditial with WWW::Mechanize?

You can always output the code created by WWW::Mechanize::Shell as a Perl script and then change the Perl script to take the parameters in the Perl - which is how I originally intended the module/program to be used :-)

Update: I think you can even make the script directly interactive by using the WWW::Mechanize::FormFiller class ask (I think) to make your script directly/interactively ask for input.

  • Comment on Re: passing Apache Basic Auth. creditial with WWW::Mechanize?