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

Perl Help

2002-06-13 Thread LinkS On WeB
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 = __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.y

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

Re: Installing Perl Help

2002-02-26 Thread Elaine -HFB- Ashton
Scott E Svendsen [[EMAIL PROTECTED]] quoth: *> *>I am currently running perl 5.6.0, I am trying to install 5.6.1 with the *>-Dusethreads option enabled. *> *>I have read the install file, and followed it to the letter, except using: *>sh Configure -Dusethreads *> *>Then I answer all the question

Installing Perl Help

2002-02-26 Thread Scott E Svendsen
I am currently running perl 5.6.0, I am trying to install 5.6.1 with the -Dusethreads option enabled. I have read the install file, and followed it to the letter, except using: sh Configure -Dusethreads Then I answer all the questions it gives me and says it is installed. Except there is no i

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
have been smart enough to figure those out already. > -Original Message- > From: David Draley [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 06, 2001 2:16 PM > To: [EMAIL PROTECTED] > Subject: perl help!! > > > is there a way to call a perl sub routines usin

Re: perl help!!

2001-06-06 Thread Eduard Grinvald
AitGCH7xa7AAn0dybVrFf+QHtfgkAsRK3oXY+7gwAJ4sWtYC GuYw+8LgdC7Mp2ICim9MqA== =iAF5 -END PGP PUBLIC KEY BLOCK- =cut - Original Message - From: "David Draley" <[EMAIL PROTECTED]> Date: Wednesday, June 6, 2001 3:16 pm Subject: perl help!! > is there a way to call a perl sub routin

perl help!!

2001-06-06 Thread David Draley
is there a way to call a perl sub routines using a FORM when a "submit" button is clicked? I am trying to push data to a mySQL database table and when my form is loaded into the browser or is "refreshed" the browser runs through my cgi script and pushes "null" values to the table. Once the form