Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use strict; use warnings;
    ...
    }
    
    1; # return true
    
  2. or download this
    perl -MFoo -E'
    my $foo = Foo->new;
    ...
    say $foo->bar;
    say $foo->qux;
    '
    
  3. or download this
    baz
    baz