
Sys::Info::Driver::Windows::OS::Net - A minimal interface to Win32API::Net

use Sys::Info::Driver::Windows::OS::Net;
print Sys::Info::Driver::Windows::OS::Net->user_fullname( $login );

This document describes version 0.72 of Sys::Info::Driver::Windows::OS::Net released on 3 May 2009.
A minimal interface to Win32API::Net. If you're under Win9x, all methods will return undef.

Return's the user's full (real) name if possible.
Returns the logon server of USER if possible.

Burak Gürsoy, <burak@cpan.org>

Copyright 2006-2009 Burak Gürsoy. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.