uva has asked for the wisdom of the Perl Monks concerning the following question:
how to create multi dimensional arrays in perl.since what ever we give, like
,it takes and print the value. how can we limit the size eg : in c we give$array[1] [2]='help'; print $array[1][2]; and $peanut[0]->[0]->[0] ='cracked'; print $peanut[0]->[0]->[0] ;
"int dim[3] [4];"
Back to
Seekers of Perl Wisdom