in reply to Re^6: socket checker in multiple hosts for multiple destination (Perl 6)
in thread socket checker in multiple hosts for multiple destination
Hi Bams,
Please edit your post to show your command line output inside <code></code> tags, like you did with your script.
Your infinite loop problem is likely because you have the line:
in your while block.redo;
Hope this helps!
|
|---|