Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use strict;
    ...
    Foo
    Bar
    Baz
    
  2. or download this
    use Foo;
    
    print $Foo::foo;