Re: [users@httpd] WWW::Mechanize for testing

2014-10-21 Thread Patton, Billy N
Got it On Oct 21, 2014, at 10:54 AM, Patton, Billy N wrote: > Trying to use WWW::Mechanize for my unit testing of an app. > I requires a login, but this is something that comes before it hits my .cgi. > > I believe it is using the .htaccess to get it’s data. > > Here is my script using WWW::Mec

[users@httpd] WWW::Mechanize for testing

2014-10-21 Thread Patton, Billy N
Trying to use WWW::Mechanize for my unit testing of an app. I requires a login, but this is something that comes before it hits my .cgi. I believe it is using the .htaccess to get it’s data. Here is my script using WWW::Mechanize. #!/usr/bin/perl -w use strict; use warnings; use Data::Dumper; $D