in reply to Re: Re: isa() and taint checking
in thread isa() and taint checking
it works as you'd expect.$file =~ /(.*)/; my $ff = $1; if ($ff->isa('Objects::Parent')) {
Now, I don't really know why this is the case. The Taint module's tainted function says $file isn't tainted. No error is ever seen, it just silently fails. My tests are on 5.6.1. Anyone have any better idea what's going on here?
---
"I hate it when I think myself into a corner."
Matt Mitchell
|
|---|