Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use 5.010;
    ...
    main(@ARGV) unless caller;
    
    sub main { die 'main() was run' }
    
  2. or download this
    #!perl
    use 5.010;
    use strict;
    ...
    }
    
    done_testing;
    
  3. or download this
    t/bin/00-run.t (Wstat: 65280 Tests: 0 Failed: 0)
      Non-zero exit status: 255