Help for this page

Select Code to Download


  1. or download this
    if ($input =~ /something I already know is dangerous/) { die 'I refuse
    + to handle this!'; }
    
  2. or download this
    if ($input !~ /^only stuff I know is fine$/) { die 'I refuse to handle
    + this!'; }