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
[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
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 (