http://qs321.pair.com?node_id=49646

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

Currently I'm
$session = \$main::session;
but that means I have to access the hash with
$$session->{'supa'}
is there a way I can dereference it with so I dont have to use double dollar signs?
-rfb