Create @array with one element by referring to nonexistent element 0
$array[ 0 ] = "happy"; print "@array\n";