Help for this page

Select Code to Download


  1. or download this
    package secondPakage;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    #script firstCaller.pl
    use secondPackage;
    our $LOGFile=$ARGV[0];
    WriteLOG("...Script is started...\n";
    
  3. or download this
    package masterPakage;
    use strict;
    ...
    blah..
    
    1;