Hi all.
This may be very simple, however I am missing something. I want to pipe
information into a perl script. Yet, I can not figure out what type of
system variable it will use. $_ , @_ , or even %_.
The program is going to pipe the information into a PERL script which in
turn will use a reg
Hello all,
I am getting a syntax error when trying to run the following with CGI
(:standard). It is at line 24 which is marked below. This is coming directly
from the CGI.PM documentation, worse yet I am running PERL 5.6.1.
Am I missing something obvious?
#
Hello,
I am having difficulty, while using strict, to pull an email address out of
a hash from a MySQL querry.
I can get it to print out the result but not the same to go into a Net::SMTP
packet. I am using strict
foreach(my $ref = $sth->fetchrow_hashref()) {
print qq($ref->{'pager'