RE: file parsing program -help

2006-10-17 Thread Charles K. Clarkson
I BioKid wrote: : I need a help to write a tricky perl script This is not all that tricky to accomplish. Break the problem into parts and solve each part. You have two main sections. Searching cluster.txt for 100% and deleting corresponding records from data.txt.

RE: File Parsing

2006-01-24 Thread Bakken, Luke
William Black wrote: > Hello, > > I'm reading from a file. I'm trying to read in five lines at a time > where each line has a newline and then process the lines into > separare variables. For example, > > Input File > - > Stevens, > Craig A Triangle Family Care PA > 106-A Ridgeview D

Re: File Parsing

2006-01-22 Thread John Doe
William Black am Sonntag, 22. Januar 2006 15.33: > Hello, > > I'm reading from a file. I'm trying to read in five lines at a time where > each line has a newline and then process the lines into separare variables. > For example, > > Input File > - > Stevens, > Craig A Triangle Family C

Re: File Parsing Question

2006-01-22 Thread Shawn Corey
William Black wrote: Hello, I'm trying to figure out how to read multiple lines from a file at once for parsing. For example,, If the file contained the following: input file Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 Line 7 Line 8 I want to read in lines 1-4 for processing then d

Re: File Parsing

2006-01-22 Thread JupiterHost.Net
William Black wrote: Hello, Hello William, I'm reading from a file. I'm trying to read in five lines at a time where each line has a newline and then process the lines into separare variables. For example, Input File - Stevens, Craig A Triangle Family Care PA 106-A Ridgeview

re: File Parsing

2006-01-22 Thread William Black
Hello, I'm reading from a file. I'm trying to read in five lines at a time where each line has a newline and then process the lines into separare variables. For example, Input File - Stevens, Craig A Triangle Family Care PA 106-A Ridgeview Dr Cary, NC View Profile & Phone | Appointme

re: File Parsing Question

2006-01-22 Thread William Black
Hello, I'm trying to figure out how to read multiple lines from a file at once for parsing. For example,, If the file contained the following: input file Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 Line 7 Line 8 I want to read in lines 1-4 for processing then during the next iteratio

Re: File parsing

2004-10-14 Thread JupiterHost.Net
What is the best way to this. (Fastest??). perldoc -f open and search on search.cpan.org for CSV Lee.M - JupiterHost.Net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: File Parsing

2001-09-12 Thread Andrea Holstein
Troy L Adams wrote: > > This is my first post to this list and I am in need of help..I am using > ActivePerl on Win2K and need to parse a file of data so that I have the > number of the folder and the users who have permissions on each folder. I am > not worried about their level of control. I a