if ($class !~ /^[a-z0-9_]*$/i) { print $cgi->header(); print "

You tried something that's not allowed!



"; exit(); }