http://www.perlmonks.org?node_id=1019696


in reply to Re: Using HTML Template to fill a 2-dimensional table
in thread Using HTML Template to fill a 2-dimensional table

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... Avoid writing $_ in your code. I suggest you read "Learning Perl 6th ed.". You need to learn modern perl.

ETOOMUCHCAFFEINE

  • Comment on Re^2: Using HTML Template to fill a 2-dimensional table