Some call it code smell, others call it the basis for managing inside-out objects.
Update: Example from Class::Std:
sub import { my $caller = caller; no strict 'refs'; *{ $caller . '::ident' } = \&Scalar::Util::refaddr;
Dave
In reply to Re^4: Perl Syntax
by davido
in thread Perl Syntax
by kbfiles
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |