Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
      while ( ($dub_key,$dub_values) =  each %dublin_hosts ) {
        print Dumper("$dub_key => @{$dub_values}\n");
         }
    
  2. or download this
    
    open (FILE, "+</cygdrive/c/temp/passwd.oftappp1.hpux");
    ...
        print join ("\t", @values,"\n");
    }