I also looked at perlmonks. I'm just learning Perl and I liked to issue an edict that all admin scripts are done in Perl (my Windows kid said that he read that you could do login scripts on Windows 2003 in Perl, so I told him to). It's simple stuff we're doing in the login script, and I've got all the share drives mapped. What I specifically need to do is to get the currently logged in user's name on the server so that I can map their home drive. All the sample scripts I've seen so far use VBScript to do that and I can't find a sample Perl script that would run in a Windows 2003 login script to map a user's home drive.

Thanks for the help.