in reply to
tar, system() & pipes?
If you pass system a list of arguments, they will be passed as command line arguments to the program. Thus '>' is being treated as a command line argument and not as a shell meta-character.
Phil
The
Gantry Web Framework Book
is now available.
Comment on
Re: tar, system() & pipes?
In Section
Seekers of Perl Wisdom