Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    sub greet {
        print greeting(shift), "\n";
    }
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    1;
    
  3. or download this
    use strict;
    use warnings;
    ...
    is $resp, "Hello Monk\n", 'Got correct output in STDOUT.';
    
    done_testing();