Help for this page

Select Code to Download


  1. or download this
      {
        package MyHandle;
        use base qw/ IO::Handle IO::Seekable /;
      }
    
  2. or download this
      bless $fh => MyHandle::;