my $array_ref = [ 1, 2, 3 ]; my @array = @{$array_ref}; # becomes an explicit array