in reply to Using Net::Telnet Module on Windows machine
The simple mechanism would be to put your telnet code in to a small script that takes $separate_command as a command line argument.
Then the main script uses
system qq[ start perl SimpleTelnet.pl "$separate_command" ];
for each client it needs to contact.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using Net::Telnet Module on Windows machine
by Edge118 (Initiate) on Jul 08, 2004 at 15:50 UTC | |
by BrowserUk (Patriarch) on Jul 08, 2004 at 16:30 UTC | |
by Edge118 (Initiate) on Jul 08, 2004 at 16:38 UTC |