http://qs321.pair.com?node_id=477231


in reply to Re^6: Use Hash? Array? Still confused after all these years.
in thread Use Hash? Array? Still confused after all these years.

Sort of.
$array[0.06] = 4;
is fine with Perl. Just don't expect it to be different from $array[1/4]!