Help for this page
my @array; push @array, $somevalue;
my $array = []; push @array, $someValue;
local *array = $aRef; push @array, $someValue;