For those interested there was allready a fix in the module, just under
another data structure
'ipaddr' => sub {
$_[0] =~ s/\0+$//; #<- new line
return length($_[0]) == 4 ? Socket::inet_ntoa($_[0]) : 'UNKNOWN';
},
All the best,
Brett Murphy
Director, Alphalink (Australia) PTY LTD
ph: +61 3 9495-9000 fax: +61 3 9486-6822
email: [EMAIL PROTECTED]
The contents of this message may not be quoted,
copied, reproduced or published in part or in whole,
without the written authorization of Brett Murphy,
Director, Alphalink (Australia) Pty Ltd.
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.