in reply to Re: Remote access to windows machine
in thread Remote access to windows machine

Hi, my code is based quite heavily on the code provided here. The extra work I have done involves basically dumping this information into a database.

Replies are listed 'Best First'.
Re^3: Remote access to windows machine
by NateTut (Deacon) on Mar 17, 2005 at 19:40 UTC
    Depending on what database you're trying to feed, you might want to check out cpan:DBI. That way you let someone else handle all the lowlevel communication stuff.