in reply to Re^2: caller package and eval
in thread caller package and eval
package User; sub find { my ($class, $query) = @_; die("Bad class") if !$class->isa('User'); ... }
Someone would have to put effort into making that condition fail.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: caller package and eval
by josh803316 (Beadle) on Sep 02, 2009 at 06:10 UTC |