in reply to Re^2: Net::Ping output
in thread Net::Ping output

Yes, You are trying to ping particular host right ?


All is well

Replies are listed 'Best First'.
Re^4: Net::Ping output
by gaurav (Sexton) on Aug 19, 2013 at 06:11 UTC

    Yes,Vinoth ..Thanks again.we have to ping particular host and gather the info like RTT(max,min,avg), packet loss etc

      Thats what i am also saying, use $var = `ping -c 5 hostip` like this so $var will hold the ping command output use regex on that variable get whatever you want.


      All is well

        yes I understood,just want to confirms it that we have to open a separate process , we can't use Net::Ping package to get the desired output