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