I thought I downloaded Apache 2.4. But apparently the Apache website
hasn't updated their binary page. I've just downloaded Apache 2.4 and
followed the instructions on a webpage I found. It seems to be working.
If I have any additional problems, I will let you know.
On Tue, Oct 21, 2014 at 12:0
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