NAME
Devel::MAT::Tool::IO
- list or find an IO SV
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.
io find
pmat> io find 2
Addr ifileno ofileno
IO() at 0x1bbf598 2 2
Searches for an IO handle that is associated with the given filenumber.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>