- or download this
use strict;
use IO::Socket::INET;
...
}
1;
- or download this
#!/usr/bin/perl -w
use strict;
...
my $status = mship::stat->('xxx.19.208.27', '9101');
print "\nStatus is $status\n";
- or download this
port_name = unknown
remote_name = r_dairy.xxx.com
...
PORT = 9101
Status is Down
- or download this
use strict;
use IO::Socket::INET;
...
}
1;