Changes

Jump to navigation Jump to search
160 bytes added ,  17:38, 29 November 2014
Line 1: Line 1:  
== NAME ==
 
== NAME ==
 
esmith::util::network - miscellaneous network utilities
 
esmith::util::network - miscellaneous network utilities
 
+
In a root terminal you can do the command below if you want to display the up-to-date content
 +
perldoc esmith::util::network
 
== SYNOPSIS ==
 
== SYNOPSIS ==
use esmith::util::network qw(the functions you want);
+
use esmith::util::network qw(:all);
 +
or
 +
use esmith::util::network qw(the functions you want);
   −
  my $ip       = cleanIP($orig_ip); my $is_valid = isValidIP($ip); my $is_valid = isValidPort($port);
+
  my $ip = cleanIP($orig_ip); my $is_valid = isValidIP($ip); my $is_valid = isValidPort($port);
    
== DESCRIPTION ==
 
== DESCRIPTION ==

Navigation menu