Re: Printing Output To Screen.

2003-01-14 Thread Korthrun
Because the program needs to accept input from the user. :( - Original Message - From: "R. Joseph Newton" <[EMAIL PROTECTED]> To: "Todd Wade" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 9:29 PM Subject: Re: Printing O

Re: Printing Output To Screen.

2003-01-13 Thread R. Joseph Newton
Why dont you pipe your programs output to more? Good tip. Portable too, as it works precisely the same in Windows command and Unix. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Printing Output To Screen.

2003-01-13 Thread Todd Wade
"Korthrun" <[EMAIL PROTECTED]> wrote in message 000b01c2ba92$be2f07e0$22cf483f@korth">news:000b01c2ba92$be2f07e0$22cf483f@korth... > I have written a program in perl that collects some data and prints it to the screen based on parameters that are given > on the command line (gee original idea for

Re: Printing Output To Screen.

2003-01-13 Thread Korthrun
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It has been asked that I print some code. I found this nifty site so I figure this is the best time to use it: http://www.nomorepasting.com/paste.php?pasteID=222 -BEGIN PGP SIGNATURE- Version: PGPfreeware 6.5.8 for non-commercial use

RE: Printing Output To Screen.

2003-01-12 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Korthrun wrote: > I have written a program in perl that collects some data and prints > it to the screen based on parameters that are given on the command > line (gee original idea for perl eh). Most of the time there are more > lines in the file being printed than there are on my display. I would

Printing Output To Screen.

2003-01-12 Thread Korthrun
I have written a program in perl that collects some data and prints it to the screen based on parameters that are given on the command line (gee original idea for perl eh). Most of the time there are more lines in the file being printed than there are on my display. I would like to get it to prin