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
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