Help for this page

Select Code to Download


  1. or download this
    use Package LIST;
    
  2. or download this
    BEGIN {
    require Package;
    Package->import LIST;
    }
    
  3. or download this
    package Reporting;
    my @sendtasks;
    ...
    .. do the things you want to do ..
      }
    }