rfb has asked for the wisdom of the Perl Monks concerning the following question:
$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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to take a hash reference from main::,
by danger (Priest) on Jan 04, 2001 at 04:03 UTC |