in reply to Re^4: How to make this code more flexible
in thread How to make this code more flexible
You need to compare carefully the differences between what I wrote, and what you wrote.perl tst.pl $VAR1 = [ [ '11', '12', '13', '14', '15', '16', '17' ], [ '21', '22', '23', '24', '25', '26', '27' ], [ '31', '32', '33', '34', '35', '36', '37' ], [ '41', '42', '43', '44', '45', '46', '47' ], [ '51', '52', '53', '54', '55', '56', '57' ] ]; 1st row, 3rd column: 13
Are you calling the function with three parameters?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: How to make this code more flexible
by DanielM0412 (Acolyte) on Jul 25, 2011 at 21:15 UTC | |
by Sandy (Curate) on Jul 28, 2011 at 18:04 UTC |