sorry i should have posted the actual script. here it is. It is being run as root on a FreeBSD 4.7 box.
It takes about 1 second to run this script, but then I get no output at all.
#!/usr/bin/perl -w use strict; use Net::Ping; my $host = "127.0.0.1"; my $ping=Net::Ping->new(); while ($ping->ping($host,1)) { print "down\n"; }
In reply to Re: Re: Net:Ping HELP!
by Anonymous Monk
in thread Net:Ping HELP!
by dannc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |