Hi,
I could use open(STDOUT,"| more") option to more big file.
After this, I close STDOUT as if I do not close, readline prints the
prompt even when more is not 100%.
###
open(STDOUT,"| more") || "Cannot open stdout for more $!";
$status = system("cat report.tx
Hi,
I could use open(STDOUT,"| more") option to more big file.
After this, I close STDOUT as if I do not close, readline prints the
prompt even when more is not 100%.
###
open(STDOUT,"| more") || "Cannot open stdout for more $!";
$status = system("cat report.tx