Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    package fred;
    ...
    
  2. or download this
    
    return 1 if caller;
    ...
    fred->import;
    
    ## code that tests the package above goes here.