Hi all,
Any ideas on how do i send an interrupt signal to the connection made via Net::Telnet.
Thanx, -Sharad
Which OS?
On Unix like systems, You can find the PID of the script and send the signal on the shell
like kill -15 $PID
Ram
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]