in reply to Re^5: Redirecting Output to shell command from within perl
in thread Redirecting Output to shell command from within perl
This only uses native commands:
open STDOUT, '| more | more';; print "hello world! $_" for 1.. 1000; exit;;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Redirecting Output to shell command from within perl
by LanX (Saint) on Feb 19, 2018 at 10:22 UTC |