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.

Replies are listed 'Best First'.
Re: Re: A Refactoring We Will Go
by Anonymous Monk on Jun 29, 2003 at 18:14 UTC
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.