On Fri, Jun 13, 2008 at 11:19 AM, Gunwant Singh <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I am still waiting for any suggestions/recommendations.
>
> Cheers.
>
please don't top-post.
Most people only read this list at most once a day, and frequently
less than that. Don't panic if you don't get a
Gunwant Singh wrote:
>
> I am still waiting for any suggestions/recommendations.
Yes, we can see that. Be patient.
Rob
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
Hi there,
I am still waiting for any suggestions/recommendations.
Cheers.
Gunwant Singh wrote:
Hi Rob,
I have interpolated the server and the user name as in this:
/Win32::NetAdmin::UserGetAttributes("servername","myself",my
$password,my $passwordAge,my $privilege,my $homeDir,my $comment,my
Hi Rob,
I have interpolated the server and the user name as in this:
/Win32::NetAdmin::UserGetAttributes("servername","myself",my
$password,my $passwordAge,my $privilege,my $homeDir,my $comment,my
$flags,my $scriptPath);
/
The only thing it shows is this:
/The homedir for the user is/
I
Gunwant Singh wrote:
>
> I have written a small Perl script so to fetch information about the
> user. Here is the code:
>
> /1use strict;
> 2use warnings;
> 3use Win32::Netadmin;
> 4Win32::NetAdmin::UserGetAttributes(my $server,my $userName,my
> $password,my $passwordAge,my $pri