On Thu, Jul 26, 2001 at 10:26:45AM -0700, Wagner-David wrote:
I'm not sure if you wanted a code review for this, but one follows.
> #!perl -w
>
> use Time::Local;
>
> my @DateUse = ();
There's no need to initialize @DateUse like this, arrays start empty. You
should move this into the while
-Original Message-----
From: Dan Grossman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 25, 2001 16:36
To: [EMAIL PROTECTED]
Subject: Re: Date verification
Terribly sorry if this gets posted twice ...
On Tue, 24 Jul 2001, Mark Byerley wrote:
> Good Morning/Afternoon to all
>
> I need
Mark Byerley wrote:
>
> Good Morning/Afternoon to all
>
> I need some error checking (or rather field validation) within my script
> itself to ensure a date field coming across on a form is in the format of
> dd-mm-. I would rather not have to strip the field down to check the
> individual n
Terribly sorry if this gets posted twice ...
On Tue, 24 Jul 2001, Mark Byerley wrote:
> Good Morning/Afternoon to all
>
> I need some error checking (or rather field validation) within my script
> itself to ensure a date field coming across on a form is in the format of
> dd-mm-. I would rat
Mark,
In article <[EMAIL PROTECTED]>, Mark Byerley wrote:
>I need some error checking (or rather field validation) within my script
>itself to ensure a date field coming across on a form is in the format of
>dd-mm-. I would rather not have to strip the field down to check the
>individual numb
Good Morning/Afternoon to all
I need some error checking (or rather field validation) within my script
itself to ensure a date field coming across on a form is in the format of
dd-mm-. I would rather not have to strip the field down to check the
individual numbers and then put them back toget
I nned a module to verify
dates entered in an html cgi form.
Any clues??
hal
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]