Re: Accessing main:: from within a package

2005-05-27 Thread Perrin Harkins
On Thu, 2005-05-26 at 18:30 -0700, Ken Clarke wrote: > I have a library of perl modules which occasionally make reference to > package main:: (EG $main::ScriptGlobalHash{'hashkey'} or my $result = > &main::SomeSubroutine(\%args)) However, if my understanding of the docs is > correct, my "ma

Re: Accessing main:: from within a package

2005-05-26 Thread Stas Bekman
Ken Clarke wrote: Hi Folks, With the release of mod_perl 2 (all say "Yeah Stas!" :) I decided to dive in. It'll be a change of mindset for me since I've coded perl scripts for mod_cgi for years. I have a library of perl modules which occasionally make reference to package main:: (EG