Re: Pipe to a command
On Thu, 2 Aug 2001, Hal Wigoda wrote: > How do you run a command on a unix box > from a perl script > and capture the results?? > > Like a grep command?? The backtick operator is the most common way (be careful doing this for commands that have a lot of output, because it all goes into a single
Pipe to a command
How do you run a command on a unix box from a perl script and capture the results?? Like a grep command?? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]