Hello,
AH>This isn't strictly a mod_perl question, but is there a good way in
AH>general Perl to dynamically change the current package name?
GED>perldoc -f package
I know how to use "package" in the normal case, where it's static.
However, you can't say "package $foo" or even "eval 'package foo'" or even
"BEGIN { eval 'package foo' }." I'm wondering if there's any way short of
hacking the Perl source itself to make the compiler dynamically choose a
namespace.
Humbly,
Andrew
----------------------------------------------------------------------
Andrew Ho http://www.tellme.com/ [EMAIL PROTECTED]
Engineer [EMAIL PROTECTED] Voice 650-930-9062
Tellme Networks, Inc. 1-800-555-TELL Fax 650-930-9101
----------------------------------------------------------------------