Help for this page

Select Code to Download


  1. or download this
    push @Fh::ISA, 'IO::Seekable' unless Fh->isa('IO::Seekable');
    push @Fh::ISA, 'IO::Handle' unless Fh->isa('IO::Handle');
    my $mimetype = File::MMagic->new->checktype_filehandle($filehandle);