![]() |
|
more useful options | |
PerlMonks |
Re: using strictby tcf22 (Priest) |
on Mar 22, 2004 at 20:56 UTC ( #338763=note: print w/replies, xml ) | Need Help?? |
It is because you are using "$recno^$qno^$vtext"; in your print statement, but they aren't declared in the block.
For Example:
Your code should look something like this, so your vars can be used between loop iterations.
- Tom
In Section
Seekers of Perl Wisdom
|
|