Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    s/\\n/\n/g for @ARGV;
    die_with_code(@ARGV);
    
  3. or download this
    >perl 587042.pl 6 "Baz"
    Caught: Foo at 587042.pl line 9
    ...
    
    >echo %ERRORLEVEL%
    7