in reply to Re^3: Trying to close Expect.pm telnet timeout situation to avoid overwhelming a small target device
in thread Trying to close Expect.pm telnet timeout situation to avoid overwhelming a small target device
No errors. Thank you.sub { my $fh = shift; print Dumper $fh; $fh->[0]->do_soft_close(); die "Timed out\n"; }
|
|---|