Brent 'Dax' Royal-Gordon skribis 2004-07-15 13:04 (-0700):
>     $in=open :r "|/usr/bin/foo";
>     $out=open :w "|/usr/bin/foo";
>     $both=open :rw "|/usr/bin/foo";

No, thank you. Please let us not repeat the mistake of putting mode and filename/path 
in one argument.

[EMAIL PROTECTED]:~/tmp/example$ ls -R *
|:
usr

|/usr:
bin

|/usr/bin:
foo


Juerd

Reply via email to