http://qs321.pair.com?node_id=26491


in reply to run perl script

well,thanks guys..now I run the perl script from the command -line.and it make my life easier. anyway,I would like to know ,if the result of the perl script show very fast and I cannot scroll it up,to see it,is there any way, so that it can show page by page,like hit enter when it show --more-- to see next page?

Replies are listed 'Best First'.
RE: Re: run perl script
by ar0n (Priest) on Aug 07, 2000 at 07:16 UTC
Buzzcutbuddha (You can also change your DOS Settings ): Re: run perl script
by buzzcutbuddha (Chaplain) on Aug 07, 2000 at 16:53 UTC
    You can also change the amount of lines that the DOS window will store, so you can scroll back over more.

    -or-

    You can also try to program your own pauses into the program's output, and then read it that way.

    -or-

    You can pipe all of your output to a text file and then read it at your hearts content in Notepad or whatever your text editor of choice is.
    Cheers!