Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print "Read hosts:\n";
    print $_,$/ for @hosts;
    
  2. or download this
    do_something hosts
    do_something < hosts
    ...
    type
    type
    type