Help for this page
use strict; use warnings; ... $hash{'key'}++; __END__
$ perl 1230007.pl Attempt to access disallowed key 'key' in a restricted hash at 1230007 +.pl line 11.