Help for this page
my @array; ... other_stuff(); }
my @array; my @newarray; ... other_stuff(); } @array = @newarray; # or whatever...