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 Output To Screen. > Why dont you pipe you

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

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

Re: perl, web based text editors available?

2002-10-22 Thread Korthrun
I will include no code here, just concept. A html type form, that pulls its options from a predetermined directory (possibly recursivley) using the dir listing functions built into perl. Select your file and hit submit. A script then takes that file name, does an open() on it shoves the data int

Re: use perl to trim out non text characters from a file

2002-09-26 Thread Korthrun
Assuming that you are on a *nix box you can open the file in ex and strip it example: I want to take all the ^M's out of a file. root - local#ex somefile.ext 1,$s/.^M//g[enter] w [enter] of course you have to replace ^M with that crazy acii character. try cutting and pasting if you cant

Permission Problems

2002-09-26 Thread Korthrun
I had recently posted a script that was to add customers to a bandwidth graphing utility (titled "Funkyness about escaping an @), and I would like to thank the people who posted. And FYI triple escaping the @ was the answer. Now I am having a problem with file permissions. Run from the com