in reply to How can I do with only Standard Perl Distribution
This assumes, however, that you have written all commands to a file called in.ascuse strict; use warnings; my @output=`ssh 172.16.2.3<in.asc`; print "And here's the output:\n"; print @output;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can I do with only Standard Perl Distribution
by lzm123 (Initiate) on Jan 19, 2006 at 07:46 UTC |