Hi, I was wondering if anyone could tell me how to put a list of lists
into a hash array, and how do I access it.  I know this is wrong, but it
conveys the idea:

@arrayname{key} = ( [0,1,2,3,4],
                    [1,2,3,4,5],
                    [2,3,4,5,6],
                    [3,4,5,6,7],
                    [4,5,6,7,8]).


Also, another question.  I know perl supports array slicing, but how
advanced does it get into it.  Can it do extensive stuff like Fortran
shown in this picture:
http://bingweb.binghamton.edu/~head/CS471/NOTES/RUNTIME/2slice.gif

Thanks for all your help.

       - Adam Stern

Reply via email to