Help for this page

Select Code to Download


  1. or download this
    package testpkg;
    
    ...
    }
    
    1;
    
  2. or download this
    $ perl -we 'use testpkg;'
    in BEGIN
    ...
    $ perl -we 'require testpkg;'
    in BEGIN
    in INIT