Help for this page
use threads; use threads::shared; ... lock($lock); print "TEST - $server\n"; ## Want to print $net output here, but pr +inting even a simple string gives me the issue }
TEST - Server1 TEST - Server2 TEST - Server3 TEST - Server4 Bash Prompt (now need to reset term)