Help for this page

Select Code to Download


  1. or download this
    use Utilities::utilities;
    $target_ip1 = GetIPadd(2);
    
  2. or download this
    sub GetIPadd 
    {
    my $deviceinfo = shift @_ or die;
    ......
    }