quoted
quoted
quoted
quoted
"Robert" == Robert Schiele [off-list ref] writes:
Robert> - open($fh, '-|', @_) or die;
Robert> + open($fh, '-|', join(' ', @_)) or die;
No. This is dangerous.
If you want 5.6 equivalent code, you'll have to use something
that deals with the explicit fork() of open($fh, '-|').
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
[off-list ref] <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion