Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Strategy to track failure...

by CarolinaPerler (Acolyte)
on Jun 13, 2013 at 14:28 UTC ( [id://1038752]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    -----------------
    unless (Win32::Lanman::NetLocalGroupEnum('', \@arrayOfHashes))
    ...
        throw Error::Simple($error);
        }
    -----------------
    
  2. or download this
    -----------------
    package getGroups;
    ...
    }
    1;
    -----------------
    
  3. or download this
    -----------------
    #!perl 
    ...
    use Data::Dumper;
    print "GROUPS: " . Dumper(@results) . "\n"; 
    -----------------
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1038752]
Approved by LanX
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (8)
As of 2024-04-16 19:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found