|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Using HTML Template to fill a 2-dimensional tableby 7stud (Deacon) |
| on Feb 19, 2013 at 17:37 UTC ( #1019628=note: print w/ replies, xml ) | Need Help?? |
|
This:
...is equivalent to this:
Who knows how that works, but it does. It's a perl idiom you need to know. As for this:
The only variable name you could think of, $split, is the same name as the perl function split() ? Don't ever do that. If you can't think up 10 unique variable names, you cannot be a computer programmer. Also, your variable names need to be descriptive. "Hey, Joe! I've got an array ref named '$split'. Guess what's in the array? Joe: Gold coins?" Avoid writing $_ in your code. I suggest you read "Learning Perl 6th ed.". You need to learn modern perl.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||