Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    
    # sigeval.pl
    ...
        print "ERROR:$@" if $@;
        print "\n";
    }
    
  2. or download this
    #!/usr/bin/perl
    use Modern::Perl qw/2010/;
    use Safe;
    ...
    
    
    eval ('perl -MO=Deparse obfu3.pl');