On Wednesday, Oct 1, 2003, at 08:12 US/Pacific, A L wrote:
[..]
that refers to the following CGI:
#!/usr/bin/perl -w
use strict;
use CGI qw/:standard/
print "Content-type: text/html\n\n";
print $query->filefield('uploaded_file');
there is the minor detail here that you did not
declare what a '$qu
I'm trying to write a CGI script to upload a file from a website. I have the
following HTML:
Uploading Files
Pick a file to upload:
that refers to the following CGI:
#!/usr/bin/perl -w
use strict;
use CGI qw/:standard/
print "Content-type: text/html\n\n";
print $query->filefield(
On Tue, 30 Sep 2003 23:57:16 -0500, David Gilden <[EMAIL PROTECTED]> wrote:
> Quick question,
>
> the server is on west coast time (California)
> client is in Texas, central time (+2 hours)
>
> How can I add two hours to offset for central time?
On Tue, 30 Sep 2003 at 23:57, David Gilden opined:
DG:How can I add two hours to offset for central time?
try date::calc
http://search.cpan.org/~stbey/Date-Calc-5.3/
you'll probably want to use the Add_Delta_Days() function.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command