in reply to Re^3: Perl Syntax
in thread Perl Syntax
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Perl Syntax
by tobyink (Canon) on Oct 30, 2013 at 22:36 UTC |