in reply to SSH compatibility without external modules?
It depends on what you are trying to do. Have you looked at the ssh man page?
ssh [user@]hostname [command]
Note the command bit, where you could use the unix built-in find or a perl one-liner. All via perl's system()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SSH compatibility without external modules?
by FireyIce01 (Novice) on Jan 19, 2005 at 07:00 UTC |