Help for this page

Select Code to Download


  1. or download this
    package Krautcat;
    use strict; use warnings;
    ...
    }
    
    1;
    
  2. or download this
    use strict; use warnings;
    use Test::Most;
    ...
    
    done_testing;
    
  3. or download this
    prove -v 1199413.pl
    1199413.pl .. 
    ...
    Files=1, Tests=8,  0 wallclock secs ( 0.01 usr  0.01 sys +  0.08 cusr 
    + 0.01 csys =  0.11 CPU)
    Result: PASS