kingjamesid has asked for the wisdom of the Perl Monks concerning the following question:
When i run this, i get the following error. Overlapped i/o operation is in progress at line 2. Any idea?use Win32::NetAdmin; Win32::NetAdmin::UserGetAttributes("", $username, $password, $password +age, $privilege, $homeDir, $comment, $flags, $scriptpath) || die $^E; print "The homedir for $user, $username is $homeDir\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Overlapped i/o operation
by Khen1950fx (Canon) on Sep 13, 2009 at 23:57 UTC | |
by kingjamesid (Acolyte) on Sep 14, 2009 at 02:24 UTC | |
by ikegami (Patriarch) on Sep 14, 2009 at 03:48 UTC | |
by kingjamesid (Acolyte) on Sep 14, 2009 at 16:34 UTC | |
by Khen1950fx (Canon) on Sep 14, 2009 at 04:50 UTC | |
|
Re: Overlapped i/o operation
by Anonymous Monk on Sep 13, 2009 at 23:22 UTC |