in reply to **HomeWork** Printing the found input from an array
And I know I have to turn warnings on, I just wanted to figure out how to get it working first.
Nope! That's backward. Strict and warnings help you get it working by telling you what's wrong with your code.
Granted, the output may be hard to follow at first; may point you to the wrong line in some cases (if blocks); may demand other techniques (such as inserting print statements); but strict and warnings are NOT something to "turn on" when you think you have working code; they exist to help you get there.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: **HomeWork** Printing the found input from an array
by trenchwar (Beadle) on Apr 02, 2008 at 03:37 UTC | |
by TGI (Parson) on Apr 02, 2008 at 16:47 UTC |