Help for this page

Select Code to Download


  1. or download this
    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
    }
    
  2. or download this
    TEST - Server1
    TEST - Server2
        TEST - Server3
        TEST - Server4
             Bash Prompt (now need to reset term)