Help for this page

Select Code to Download


  1. or download this
    ############################
    Accessing 'HOSTFILE' SERVER:                            [xxxxxx.black.
    +lab.com]
    ...
    ############################
    Accessing 'HOSTFILE' SERVER:                            [xxxx-xxxx.xxx
    +.xxx.xxxx.com
    ]
    
  2. or download this
    open (FILE, '<', 'hostfile2') or die "Could not open 'hostfile' : $!";
    my @SERVERS = <FILE>;
    ...
            print "$file\n";
        }
    }
    
  3. or download this
    sub getOS {
        my ($servername_in, $user_in, $password_in) = @_;
    ...
        }
        return @list;
    }