in reply to Re: Communication between Windows and Linux via Perl
in thread Communication between Windows and Linux via Perl
One thing that will help you is, insert a sleep interval - sleep 10 in your script right after you do a chan2->exec('somecommand');
That is not required when the module is used correctly.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Communication between Windows and Linux via Perl
by perl514 (Pilgrim) on Apr 12, 2013 at 12:30 UTC | |
by salva (Canon) on Apr 12, 2013 at 13:14 UTC |