Help for this page

Select Code to Download


  1. or download this
    package Foo {
        use strict;
    ...
        1;
    }
    __END__
    
  2. or download this
    package Bar {
        use strict;
    ...
        1;
    }
    __END__
    
  3. or download this
    package Methods {
        use strict;
    ...
    
    __END__
    
  4. or download this
    #!/usr/bin/env perl
    
    ...
        ($gizmo, $mojo);
    
    __END__