in reply to Re: Hashkey stringification ... sometimes.
in thread Hashkey stringification ... sometimes.

But remember that it defaults to package main if no explicit package is specified, whether you use $_, @_, %_, or _:
$ perl -we'package Foo; sub _ { print "hi" } package Bar; _; main::_' hihi