NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
It's not any worse than... (Score:2)
Re:It's not any worse than... (Score:2)
Reply to This
Parent
Re:It's not any worse than... (Score:2)
Worse yet, you should almost never use that index. Try to do
if at all possible. The only time I use an index is when I have two parallel arrays. Using this other idiom completely eliminates the index: you just access the things you want to get to directly.J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers