in reply to
A Refactoring We Will Go
CGI::Validate
could be some help on validating the data. You can require that the data be a number, string, email etc. or define your own validation routine.
Comment on
Re: A Refactoring We Will Go
Replies are listed 'Best First'.
Re: Re: A Refactoring We Will Go
by
Anonymous Monk
on Jun 29, 2003 at 18:14 UTC
There's also
Params::Validate
and
Params::Check
. Maybe those would be useful?
[reply]
Re: Re: A Refactoring We Will Go
by
Anonymous Monk
on Jun 30, 2003 at 07:17 UTC
He didn't say it was a CGI. In fact, I'm sure it isn't,
hacker
said it's email-driven, so
CGI::Validate
is right out.
[reply]
In Section
Seekers of Perl Wisdom