Re: Perl Help

2002-06-13 Thread David T-G
Links -- What a funny name you have... ...and then LinkS On WeB said... % % using the stat function, say I was using $stat[9], % which displays the time of the file, how would I make % it just display the date. Month-DayofMonth-Year Take the seconds that come out of stat and feed them to local

RE: Perl Help

2002-06-13 Thread Bob Showalter
> -Original Message- > From: LinkS On WeB [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 13, 2002 4:54 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Perl Help > > > using the stat function, say I was using $stat[9], > which displays t

RE: Perl help

2002-02-27 Thread John Edwards
What format log file? What format spreadsheet? What OS? -Original Message- From: Allison Ogle [mailto:[EMAIL PROTECTED]] Sent: 27 February 2002 14:42 To: [EMAIL PROTECTED] Subject: Perl help Hi, I am a beginner trying to write a program which will read information from a log file and w

Re: perl help 2!!

2001-06-07 Thread David Draley
$dbh->do($cmd); } #end of program --- >From: Gary Stainburn <[EMAIL PROTECTED]> >To: "David Draley" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: Re: perl help!! >Date: Thu, 7 Jun 2001 11:03

Re: perl help!!

2001-06-07 Thread Gary Stainburn
Hi David, I don't quite understand this one. If your script works when the form is submitted, then your server/cgi-bin/perl seem to be set up correctly. Does the same CGI generate the form and accept it back? If so, then them problem is in your CGI's logic. I do the same thing here, and ri

RE: perl help!!

2001-06-06 Thread Kris Cook
First: are you certain that the values are getting to the Perl script from the form (I'm assuuming it's a separate file). I ask because I had this problem last week; I wasn't properly extracting the parameters (using the param function in CGI.pm), and it was happily supplying me with nulls in its

Re: perl help!!

2001-06-06 Thread Eduard Grinvald
The easiest way to be prepoluate the fields with something you know couln't be the input and check for that before pushing into the table, you'd have to do that for the actual form anyway (unless you allow for NULL names, let's say :) ) __END__ =sincerely, eduard grinvald =email: [EMAIL PROTEC