Help for this page

Select Code to Download


  1. or download this
    package abc;
    
    ...
    use Shell qw (cat);
    use Sys::Hostname;
    use Time::Local;
    
  2. or download this
    #myscript.pl
    
    use abc;
    
    ## i just need to include abc.pm and can use the module features that 
    +are defined into abc.pm.