Hello!
I'm using some Perl object orientation, and all seems fine:
my $object = new My::Package::Class(...);
However, I would like to pretend I'm within the context of My::Package, and write just the following:
my $object = new Class(...);
How can I do that? :) Sorry for a dumb question, though.
In reply to Perl OO: switch package context. by sorhed
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |