in reply to Re: Input to external program
in thread Handling long command lines (was: Input to external program)
outputs:open (THING, '|-', 'sort.exe'); my @unsorted = qw(bbb aaa ccc eee ddd); print THING "$_ " foreach @unsorted; close (THING); # My assumption is that after I close(), sort.exe knows to start "sort +ing"...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32: best way to Input to external program
by choocroot (Friar) on May 11, 2002 at 09:41 UTC | |
by smackdab (Pilgrim) on May 11, 2002 at 20:17 UTC |