$ perl -v This is perl, version 5.004_04 built for sun4-solaris $ perl -lwe 'use strict; sub ambiguous { } my %hash; $hash{ambiguous}=5; print "but not fatal"' Ambiguous use of {ambiguous} resolved to {"ambiguous"} at -e line 1. but not fatal