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:

redo;
in your while block.

Hope this helps!


The way forward always starts with a minimal test.