Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    use Exporter::Easy (
        OK      => [ keys %subs ],
        TAGS    => [
            all => [ keys %subs ],
        ],
    );
    
  3. or download this
    use strict;
    use warnings;
    use Test::More;
    ...
    is Bbus('i like stuff'), 'q lqse stuff';
    
    done_testing;