Help for this page
use Test::More tests => 4; use IO::Handle; ... ok 3 - The object isa IO::Handle ok 4 - The object isa IO::Handle
no strict 'refs' return *$h{IO} if eval { *$h{IO} };