Help for this page
if (($in{'pic'} =~ /^[a-z0-9-_]+\.jpg$/i) && ($in{'cat'} =~ /^[1-7]$/) +) { &showPic($in{'pic'}, $in{'cat'}); } ... else { &showError; }