in reply to Regular Expressions Resource

Although you say your application is nearly in place, except for the server side form data validation, I would have urged from the start your use of CGI::FormBuilder, which integrates data validation into the handling of a form in a simple object oriented tool for building, rendering and validating a cgi web form. Check it out next time. It makes for much shorter and cleaner code, generally.

-- Hugh

if( $lal && $lol ) { $life++; }