in reply to An equivalent “netstat” Perl Module.

But I just thought; is there a pure Perl module that I can use on both Windows and Linux/Unix boxes that does the same (as netstat)
Have you tried Net::Netstat::Wrapper ?

and I can have more control on the returened data?
More control in what way? If you get back all data from netstat you can always filter the data further yourself using grep.

-David