in reply to
system command not working after ftp
Are you sure you want to call system on the
output
of the command? That's what
system `$command`;
[download]
does. If not, remove the backquotes.
Comment on
Re: system command not working after ftp
Download
Code
Replies are listed 'Best First'.
Re^2: system command not working after ftp
by
salatconed
(Initiate)
on Jul 06, 2012 at 15:00 UTC
I will remove the backticks and see how it goes. I have to wait until the next file comes in to see if it worked.
[reply]
In Section
Seekers of Perl Wisdom