|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
RE: Running External Commandsby le (Friar) |
| on Jun 06, 2000 at 14:00 UTC ( #16574=note: print w/ replies, xml ) | Need Help?? |
|
system() doesn't gather the output of the executed program, it just returns the exit status. With backticks, you can collect the output. You could also open a pipe from a command:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||