On 02/16/2007 07:25 PM, Jeff Pang wrote:
The command "perldoc -f open" shows you how to do get the output from a command without starting a shell.


Do you mean open a pipe? It still need to fork a child process for running the 
external commands.


Read the "safe pipe opens" section of "perldoc perlipc"; IOW, use the "list" form of the open command.



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to