mantra2006 has asked for the wisdom of the Perl Monks concerning the following question:
my $scpcp = "scp $rfilewithpath $destdir"; my $ret = system("$scpcp"); print STDERR "scp return code is $ret\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SCP return code 256
by samtregar (Abbot) on Apr 11, 2007 at 18:48 UTC | |
|
Re: SCP return code 256
by Krambambuli (Curate) on Apr 11, 2007 at 19:29 UTC | |
|
Re: SCP return code 256
by Gyro (Monk) on Apr 11, 2007 at 21:10 UTC | |
|
Re: SCP return code 256
by salva (Canon) on Apr 12, 2007 at 08:30 UTC |