Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings FATAL => 'all';
    ...
    );
    
    done_testing;
    
  2. or download this
    use strict;
    use warnings FATAL => 'all';
    ...
    }
    
    print foo + bar, "\n";
    
  3. or download this
    foo just happened
    bar just happened
    42