in reply to Re^3: Module Naming Dilemma
in thread Module Naming Dilemma
I don't understand. Why can't they have "::" in them? This works:
use aka "Really::Long::Module::Name", as => "R::Name"; my $foo = R::Name->some_class_method;
However, messing with someone else's namespace is a really bad idea and it is documented that the programmer shouldn't do that.
Cheers,
Ovid
New address of my CGI Course.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Module Naming Dilemma
by tilly (Archbishop) on Jan 05, 2005 at 22:53 UTC | |
by Ovid (Cardinal) on Jan 06, 2005 at 16:44 UTC |