RE: Trouble simplifying hash of array access

2006-08-09 Thread Smith, Jim R
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

RE: Ip address

2002-04-10 Thread Smith, Jim R
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

RE: I am a real begginer to perl......

2001-08-17 Thread Smith, Jim R
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

RE: Tear me to shreds please...

2001-07-26 Thread Smith, Jim R
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:

CGI.pm and form validation

2001-07-13 Thread Smith, Jim R
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

DBD::ODBC (say what?)

2001-05-03 Thread Smith, Jim R
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