in reply to Problem with threads in Net::SSH:Perl
Im going to take a shot in the dark.....
In ur code at line 27 u have
$inputline=<FILE>;
inside the while(), is that right for ur code to use that?
Also if you have any other idea why the script could be hanging you could use one of these to un-hang it inside the while().
next if !$_;
or
last if !$_;