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 place
So, what's wrong with:
exec 'ssh', @ARGV; # Or system
Perl --((8:>*

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
    nothing, I'd just never seen it before :P, talk about asking the wrong question.

    Thanks, to everyone++

    ---
    my name's not Keith, and I'm not reasonable.