in reply to Re: Perl OO: switch package context.
in thread Perl OO: switch package context.
If you do that, I shall come over and slap you though. {grin}use constant Class => 'My::Package::Class'; my $object = Class->new(...);
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl OO: switch package context.
by japhy (Canon) on May 14, 2005 at 13:21 UTC | |
by merlyn (Sage) on May 14, 2005 at 13:36 UTC | |
by japhy (Canon) on May 14, 2005 at 13:41 UTC | |
|
Re^3: Perl OO: switch package context.
by Ovid (Cardinal) on May 14, 2005 at 16:56 UTC | |
|
Re^3: Perl OO: switch package context.
by Joost (Canon) on May 14, 2005 at 13:23 UTC |