Help for this page

Select Code to Download


  1. or download this
    
    $SOURCE='stuff.src';
    ...
      }
      dostuff($_);
    }
    
  2. or download this
    package Stuff;
    no warnings;
    ...
    }
    
    1;