Help for this page

Select Code to Download


  1. or download this
    #!D:\Perl\bin -w
    
    ...
       print OUT "$box\n"; # print each $box on a newline
    }
    close OUT;
    
  2. or download this
    
    # this will take a file and read it in and resolve hostname 
    ...
    
    close(IN);
    close(OUT);