in reply to Re: Accessing workgroup names using perl
in thread Accessing workgroup names using perl

Perhaps that works on NT4 only?? For Win2K try:
    my @net_info = `net view`;
  • Comment on Re: Re: Accessing workgroup names using perl