![]() |
|
No such thing as a small change | |
PerlMonks |
Re: tar, system() & pipes?by ikegami (Patriarch) |
on Jul 17, 2007 at 20:29 UTC ( #627120=note: print w/replies, xml ) | Need Help?? |
The > /tmp/file is a *shell* directive, but the shell is not invoked when you use system LIST instead of system EXPR. You're passing > and /tmp/file as arguments to tar, and tar doesn't know what to do with them.
In Section
Seekers of Perl Wisdom
|
|