![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Array issueby Theo (Priest) |
on Jan 28, 2004 at 20:20 UTC ( #324766=note: print w/replies, xml ) | Need Help?? |
In the code you posted, it looks like you didn't close the last IF statement with a curly brace. The WHILE is closed, but not the IF. (I guess really, the closing brace looks like the close for the IF which leaves the WHILE un-closed.)
-Theo-
In Section
Seekers of Perl Wisdom
|
|