in reply to Re: Sorting issue
in thread Sorting issue
(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).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Sorting issue
by JavaFan (Canon) on Nov 04, 2011 at 23:52 UTC | |
by repellent (Priest) on Nov 05, 2011 at 22:23 UTC |