The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Devel::MAT::Tool::IO - list IO SVs

DESCRIPTION

This Devel::MAT tool operates on IO handle SVs.

COMMANDS

io list

   pmat> io list
   Addr                           ifileno  ofileno
   IO() at 0x1bbf640              -1       -1
   IO() at 0x1bbf508              0        -1
   ...

Prints a list of all the IO handles that have filenumbers.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>