Help for this page

Select Code to Download


  1. or download this
    package common;
    
    ...
    sub do_that { print "doing that!\n" }
    
    1;
    
  2. or download this
    use common;