Help for this page

Select Code to Download


  1. or download this
    # Useage example:
    my $error = run_code('/file1.pl');
    ...
        eval $code;
      return $@;
    }