Re: uploadfiles

2003-10-01 Thread drieux
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

uploadfiles

2003-10-01 Thread A L
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(

RE: POSIX 'strftime' and time zones

2003-10-01 Thread Wiggins d'Anconia
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?

Re: POSIX 'strftime' and time zones

2003-10-01 Thread fliptop
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