myocom has asked for the wisdom of the Perl Monks concerning the following question:
In trying to come up with a solution to print 'more'., I found myself looking at the results of this one-liner:
Win32: perl -e"open STDOUT, '| more'; print qq($_\n) for (1..1000)"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Piping STDOUT to 'more'
by zengargoyle (Deacon) on Mar 20, 2002 at 23:55 UTC | |
by ariels (Curate) on Mar 21, 2002 at 10:20 UTC | |
by myocom (Deacon) on Mar 21, 2002 at 01:07 UTC |