You know, rather than pulling everything into a namespace,
you can just stick it all in a hash too.
my (%phash)= $q->Vars; makes
%phash
a hash of all the parameters. Messing with namespaces when I didn't have to was an early CGI nightmare of mine...
--
$you = new YOU;
honk() if $you->love(perl)