|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re: Using HTML Template to fill a 2-dimensional tableby Anonymous Monk |
| on Feb 19, 2013 at 15:02 UTC ( #1019583=note: print w/ replies, xml ) | Need Help?? |
|
Have you read perlintro? From that tutorial you're reading
Do you know what those square brackets and curly braces do?
Say it with me: my $hashref = { 'hasherefs', 'are', 'curly', 'ones' }; my $arrayref = [ 'arrayrefs', 'are', 'square' ]; my %hash = ( 'lists are round' , 'but hashes want pairs');
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||