Help for this page
how can edit this script to read $server from file An example is inside the file :- ... ================== line 8 my $server = $ARGV[0];
#!/usr/bin/perl use IO::Socket; ...