$values[6] = "66"; print Dumper \@values; # generates the output: $VAR1 = [ '00', '11', '22', '33', undef, ${\$VAR1->[4]}, '66' ];