in reply to Re^2: getting the exact string used to call a perl script
in thread getting the exact string used to call a perl script
I need to run execute ssh, passing the same parameters that were passed to my script in the first placeSo, what's wrong with:
exec 'ssh', @ARGV; # Or system
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: getting the exact string used to call a perl script
by reasonablekeith (Deacon) on Oct 12, 2005 at 16:07 UTC |