(2-arg open, because I can never remember whether I need "|-" or "-|" for 3-arg open; using 2-arg open beats looking it up in the manual).
Just imagine the - being replaced by the program name. So |- is like |consumer (and you can write to the file handle in your Perl code), and -| is like producer| (and you can read from the file handle in your Perl code).
In reply to Re^2: Sorting issue
by moritz
in thread Sorting issue
by bluray
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |