in reply to Hopefully a simple mistake
I removed the double-quotes because they're probably not necessary in this case. You might also use ">>$file" in the open statement for debugging purposes. It appends to the file.select(FILE2); $lineout = "$temp1 = $temp2\n"; print $lineout; print STDERR $lineout;
The last recommendation is to print to STDERR the $temp1 and $temp2 variables after you split them. That's low on my list of things to check, though. Best of luck... that's all I can think of.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Hopefully a simple mistake
by ChuckularOne (Prior) on Apr 14, 2000 at 02:07 UTC |