Subject: | only returns one value for multi-valued lsof fields |
Hello,
Unix::Lsof returns only one value (namely, the last) from a multi-valued
column of lsof output.
For instance, when parsing the following lsof output:
...
PTCP
nXXX.example.com:ssh->YYY.example.com:43506
TST=ESTABLISHED
TQR=0
TQS=0
TWR=49232
TWW=64128
...
the "T" (tpi/tcp info) column will contain only "WW=64128".
I think the "T" column should contain a array reference, when there are
multiple values.
Thank you very much for providing Unix::Lsof, by the way!
Regards,
Riccardo