Try this:
@[EMAIL PROTECTED]'EST'}};
print $info[3];
regards,
jimbob
__
-Original Message-
From: n[ate]vw [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 08, 2006 1:12 PM
To: beginners@perl.org
Subject: Trouble simplifying hash of array
Where does Open (upcase O) come from.
Did you mean to use open (lowcase o) ?
-Original Message-
From: Jorge Goncalvez [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 10, 2002 9:58 AM
To: [EMAIL PROTECTED]
Subject: RE:Ip address
Hi, I tried to get the IP address in a Win98 machine I m
Go buy Randal Schwartz's excellent book : Learning Perl (The llama book).
It is the best learning text I've ever used.
Regards,
Jim
-Original Message-
From: Walnut [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 17, 2001 11:09 AM
To: [EMAIL PROTECTED]
Subject: Re: I am a real begginer to
First, this is a beginners list, so there will be no tearing to shreds.
Secondly:
The Great Truth of Perl: "There is always more than one way to do it" .
suggestion:
replace this:$j = scalar(@array);
$j--;
for $d (0 .. $j)
with this:
I've created a CGI program that asks a user to fill in a number of fields.
I would like to validate that the required data is present and in correct
format.
A date, time, phone number, Ip Address etc.
Obviously I could code a number of regex's, but I was wondering if there was
a module or script
t
I have a little experience with perl. 99.999% of it is on Unix.
My boss came up with a project involving an NT server, Microsoft SQL Server,
and MS-Access datbases.
I'm fairly confident that I can figure out perl and NT. I have read postings
that mention DBI,DBD::ODBC etc.
I need some guidance as