diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-04 04:27:51 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-04 04:27:51 +0000 |
commit | 3cb6de8118f279c0dca172ac40ef21e89cf524b7 (patch) | |
tree | ceb152b91deb401b084cf01870d011c2ece3e17a /lib/Net/Ping.pm | |
parent | eaf840779373130f95f7bd459b3864c78c698e28 (diff) | |
download | perl-3cb6de8118f279c0dca172ac40ef21e89cf524b7.tar.gz |
more whitespace removal (from Michael G Schwern)
p4raw-id: //depot/perl@5507
Diffstat (limited to 'lib/Net/Ping.pm')
-rw-r--r-- | lib/Net/Ping.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/Ping.pm b/lib/Net/Ping.pm index 0c8622e220..2713383a00 100644 --- a/lib/Net/Ping.pm +++ b/lib/Net/Ping.pm @@ -422,7 +422,7 @@ Net::Ping - check a remote host for reachability sleep(1); } $p->close(); - + $p = Net::Ping->new("tcp", 2); while ($stop_time > time()) { @@ -431,7 +431,7 @@ Net::Ping - check a remote host for reachability sleep(300); } undef($p); - + # For backward compatibility print "$host is alive.\n" if pingecho($host); |