http://qs1969.pair.com?node_id=628775

BarMeister has asked for the wisdom of the Perl Monks concerning the following question:

Is there any difference between accessing a hash element like this:

$hash{key}

instead of this:

$hash{'key'}

I am not asking about style...just about whether I could ever expect odd behavior from using the first one.

Thanks,
Kenny