rbaldwin has asked for the wisdom of the Perl Monks concerning the following question:
Thanks a bunch folks. Rod.#!/Perl/bin/perl.exe use Win32::AuthenticateUser; $result = AuthenticateUser('', 'jdoe', '12345'); print "error is $^E\n"; print $result;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::AuthenticateUser
by the_slycer (Chaplain) on Nov 25, 2000 at 08:15 UTC | |
|
Re: Win32::AuthenticateUser
by Fastolfe (Vicar) on Nov 25, 2000 at 06:09 UTC |