Hi guys,
Needing a little help with adjusting the data a log file reads to.
It goes like this currently
@env_vars = keys(%ENV);
foreach $variable (@env_vars)
{
$log_entry .="$ENV{$variable}\|";
}
I am wanting to change this to include $http_referrer
So,I am presuming that I should be doin
Hi guys,
many moons ago when I was a complete novice on perl...(only a little more advance now,
but at least I have some scripts running and modifying them as need be..) I had a
version of perl that ran on my pc as though it were a web servernot through the
command line.
Although it is gre