Help for this page

Select Code to Download


  1. or download this
    {
        package MyBase;
    ...
    Foo       1 0
    Bar       0 1
    FooAndBar 1 1
    
  2. or download this
    package MyBase;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    {
        package Foo;
    ...
    __END__
    Foo       1 0
    Bar       0 1