guess you'll need to access windows API calls then..
after some searching..
http://www.xav.com/perl/site/lib/Win32API/about some default WIN 32 API commands.. like FILE/register/net Api's..
though don't think that's will help you in any way
http://www.xav.com/perl/lib/Win32.htmljust check the menu on the left.. it has menu documentation on different stuff.. you might find something usefull..
the only thing I can think of is using API calls to get that info if you don't want to run other software..
after some more searching I found that you can write your own perl extensions in C
this might be usefull (using google's cache)
http://64.233.183.104/search?q=cache:AmeAv...xtensions&hl=enthis way you can write an extension that can do the stuff for you? or it might be just a little thing giving you access to certain api calls in windows you need?
I don't know very much about Perl.. google helped me in finding these.. hope they're usefull one way or another..
Serhat