in reply to Matrix Declaration / Data Structure Syntax Question

Do you know the types of variables in perl? In other words, have you read perlintro/perldata/ Modern Perl ch 3?

{ 'hashes', 'are', 'curly', 'ones' }

[ 'arrays', 'are', 'square' ]

( 'lists are round' )

  • Comment on Re: Matrix Declaration / Data Structure Syntax Question