Help for this page

Select Code to Download


  1. or download this
    A -> use FOO_ModuleX; -> use FOO_Module_Y; -> use FOO_Module_Z
    
  2. or download this
    #! /usr/bin/perl
    
    ...
    
    print "$msg\n"
    exit 0;
    
  3. or download this
    ================================
    PERL Version: (host RH EL4 - intel)
    ...
    }
    
    ======================
    
  4. or download this
    
    use Works_First;
    ...
    
    use OtherModules;