Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl  -w
    use String::Util 'trim';
    ...
    #print "$values5[3] ";
    
    close CMD
    
  2. or download this
     ping 192.168.1.10 -c 1
    PING 192.168.1.10 (192.168.1.10) 56(84) bytes of data.
    
    --- 192.168.1.10 ping statistics ---
    1 packets transmitted, 0 received, 100% packet loss, time 0ms
    
  3. or download this
    #ping 192.168.1.25  -c 1
    PING 192.168.1.25 (192.168.1.25) 56(84) bytes of data.
    ...
    
    --- 192.168.1.25 ping statistics ---
    1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0
    +ms