Help for this page

Select Code to Download


  1. or download this
    $ perl -le 'print ref *STDOUT{IO}'
    IO::Handle
    
  2. or download this
    BUGS
           Due to backwards compatibility, all filehandles resemble object
    +s of
           class "IO::Handle", or actually classes derived from that class
    +.  They
           actually aren't.  Which means you can't derive your own class f
    +rom
           "IO::Handle" and inherit those methods.