in reply to ->isn't('UNIVERSAL') - stopping UNIVERSAL pollution?
package Object::Deadly; @ISA = qw(Object::Deadly::Backstop); ... package Object::Deadly::Backstop; sub AUTOLOAD { die }
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: ->isn't('UNIVERSAL')?
by diotalevi (Canon) on Sep 05, 2006 at 20:31 UTC |