Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use warnings;
    ...
    }
    
    1;
    
  2. or download this
    use warnings;
    use strict;
    ...
    
    Foo::go;
    print "One=", Foo::ONE, ", Two=", Foo::TWO, ", Three=", Foo::THREE, "\
    +n";