I am writing a simple program using the Net:
ing module to ping devices on a network. However, using a timeout of 1s per ping it's going to take 255 seconds to ping a class C.
Is there any way to split the IP range and run multiple pings in parrallel within my perl script ??
Thanks for your help as usual.
Is there any way to split the IP range and run multiple pings in parrallel within my perl script ??
Thanks for your help as usual.