http://www.perlmonks.org?node_id=440180


in reply to Re: This is not a pipe
in thread This is not a pipe

I think an easier way to prevent it from die-ing, would be to change that to:  !this->isa('pipe'); or  this->isa(!'pipe'); is another possibility. I agree the  Universal:: just add clutter.

Gyan Kapur