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
> -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
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
$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
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
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
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