Help for this page

Select Code to Download


  1. or download this
    sub nextIP {
       my ($ip) = @_;
       return $ip+1;
    }