Help for this page

Select Code to Download


  1. or download this
    open (FILE, '<', 'hostfile') or die "Could not open 'hostfile' : $!";
    my @SERVERS = <FILE>;
    ...
    {
        #print OUTPUT "[$server]\n";
        chomp($server);