![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Re: Accessing workgroup names using perlby earthboundmisfit (Chaplain) |
on Jun 19, 2002 at 18:26 UTC ( #175793=note: print w/replies, xml ) | Need Help?? |
Perhaps that works on NT4 only?? For Win2K try:
my @net_info = `net view`;
In Section
Seekers of Perl Wisdom
|
|