Help for this page

Select Code to Download


  1. or download this
        package FOO;
        
    ...
        }
        
        1;
    
  2. or download this
        require "FOO.pm";
        FOO->import();
        FOO::foo();
    
  3. or download this
        Executing Foo
    
  4. or download this
        use FOO;
        FOO::foo();
    
  5. or download this
        Executing subroutine
        Executing Foo
        You Pass