![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ping script | sriram003 | Shell Programming and Scripting | 2 | 05-27-2008 12:47 AM |
| Perl telnet to cisco router and compare the ping ms | optimus | Shell Programming and Scripting | 4 | 08-27-2007 03:28 AM |
| Ping Script | mcrosby | Shell Programming and Scripting | 3 | 06-02-2006 12:11 PM |
| Perl Ping Determine Success or Fail | gdboling | Shell Programming and Scripting | 1 | 06-20-2003 06:50 PM |
| PERL: ping and e-mail | perleo | Shell Programming and Scripting | 20 | 03-28-2003 02:37 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
perl ping script
Dear All
Any one able been writing any command ping in perl??basically i want to wring ping script to send 1000 packet ping then initiate "Ctrl C' terminal to ping example below:-] #!/usr/local/bin/perl $r=`/bin/ping 172.23.11.254`; Thank You ---------- Post updated at 10:27 PM ---------- Previous update was at 08:14 PM ---------- basically the script i want to get the ping statistics. normally i have to run ping command then "Ctrl C" to get the ping statistics --- 172.23.11.254 ping statistics --- 1000 packets transmitted, 1000 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.267/0.267/0.267/0.000 ms |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|