Re: batch ping problem
by
Anonymous Monk
on
Jun 13, 2001 at 22:54 UTC
(
replies
)
http://www.perlmonks.org?node_id=88159
in reply to
batch ping problem
Try to set the last octet to 255 like
@x=`ping 10.32.$x.255 -w`
. It should make the work easier.
In Section
Seekers of Perl Wisdom