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

Hi , Thanks for your reply,but if I am not wrong,are you talking about system ping command ?

Replies are listed 'Best First'.
Re^3: Net::Ping output
by vinoth.ree (Monsignor) on Aug 19, 2013 at 06:06 UTC

    Yes, You are trying to ping particular host right ?


    All is well

      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