|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re: Code won't proceed after input.by toolic (Chancellor) |
| on Jan 23, 2013 at 15:51 UTC ( #1014936=note: print w/ replies, xml ) | Need Help?? |
|
Your while loop is an infinite loop because you never increment the $counter variable inside the loop. See also Basic debugging checklist UPDATE: I would appreciate ALL the help you have.You can use qw to cut down on some typing:
You can use map and Range Operators to cut down on some more typing:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||