--- Eric Chun <[EMAIL PROTECTED]> wrote:
> What does
>       $pid = open(CMD, "-|")
> mean?  I assume this is forking a process, but I have not seen "-|"
> before.
> Has anybody come across this kind of perl command before?

It's a MAGIC fork. =o)
Check out perldoc -f open.

=====
print "Just another Perl Hacker\n"; # edited for readability =o)
=============================================================
Real friends are those whom, when you inconvenience them, are bothered less by it than 
you are. -- me. =o) 
=============================================================
"There are trivial truths and there are great Truths.
 The opposite of a trival truth is obviously false.
 The opposite of a great Truth is also true."  -- Neils Bohr

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to