Help for this page

Select Code to Download


  1. or download this
    # but never do this!
    $is_io    = UNIVERSAL::isa($fd, "IO::Handle");
    $sub      = UNIVERSAL::can($obj, "print");
    
  2. or download this
    $is_io = $fd->isa('IO::Handle');