Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    sub do_stuff_2 { 2 }
    
    1;
    
  2. or download this
    use Test::Simple 'no_plan';
    require 'bin/script';
    ok( do_stuff_1(), 'do_stuff_1()' );