At 23:44 17-10-01, you wrote:
>i would like to know if there is a way that i can retrieve in a form all the
>optional usernames from the domain group ?
#!/perl/bin/perl
use CGI qw/:all/;
use strict; # Strict compiler options
use Win32API::Net qw/:Group/; # Export all group functions
$|++;
my @users;
my $group="None";
my $server="\\\\YOURSERVER";
GroupGetUsers($server, $group, \@users);
print header, start_html("Users in $group"), '<ul>';
for my $i (0..$#users)
{
print li($users[$i]);
}
print '</ul>', end_html;
____________________________________________________
</MELVYN>
void wakeup()
{
for(long int cuppajava;drink();cuppajava++);
}
--------------------------------------------------------------------------------
For unsubscription of this list send an email to [EMAIL PROTECTED] with email
data containing unsubscribe emailadd sambar