Help for this page

Select Code to Download


  1. or download this
    # Test module foo
    
    ...
    }
    
    1;
    
  2. or download this
    # Test module foo
    
    ...
    }
    
    1;
    
  3. or download this
    use Foo;
    use Bar;
    ...
    
    BarSub();
    
  4. or download this
    I am the FooFunc !
    Howdy, Stranger !
    Undefined subroutine &Bar::FooSub called at Bar.pm line 30.