Help for this page

Select Code to Download


  1. or download this
    $code = 'whatever';
    
    eval qq(return 1; $code);
    ...
    } else {
      print "Syntax ok\n";
    }