Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "Hello world" if 0;
    exit 1 if 0;
    exit 0;
    
  2. or download this
    $ perl -MO=Deparse /tmp/compile.pl
    
    ...
    '???';
    '???';
    exit 0;