Re: Closing and Re-Opening the Same File Problem

2006-02-02 Thread Tom Phoenix
On 2/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Apparently, the statement "@Row = split(/\s+/, $TheRec);" is not > recognizing the blanks between the fields in the input record. Are they > something > other than blanks? That's a good question to ask the debugger. The 'x' command in

Re: Closing and Re-Opening the Same File Problem

2006-02-02 Thread John Doe
[EMAIL PROTECTED] am Donnerstag, 2. Februar 2006 19.35: > Here's my problem: > > I am writing a program that opens one file (pricedata.csv) as input, does > some processing, and opens a new file (PriceDataRfrmtd1.txt) for ouput. > Subsequently I close both files. So far so good. Now, within th

Closing and Re-Opening the Same File Problem

2006-02-02 Thread Sanbuah
Here's my problem: I am writing a program that opens one file (pricedata.csv) as input, does some processing, and opens a new file (PriceDataRfrmtd1.txt) for ouput. Subsequently I close both files. So far so good. Now, within the same program, I attempt to re-open the previous output (