Help for this page
my @array = (); # ... populate array here ... # ... do stuff to @localArray # ... it actually affects the original array }
#!/usr/bin/perl ... -----[ modifyArrayByReference() ]--------------- Value @array[5][5][5] = '99' -----[ Done ]---------------