Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -Tw
    use warnings;
    use strict;
    ...
        ## open(STDERR, ">&STDOUT") || die "can't dup stdout to stderr";
        exit &$coderef();
    }
    
  2. or download this
    #!/usr/bin/perl
    use 5.10.0;
    ...
    }
    
    exit;