Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Win32::Lanman

by SyN/AcK (Scribe)
on Jul 16, 2003 at 04:20 UTC ( [id://274681]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (ConnectIPC($server, "", "", "")) {
        $this->{f_resultsTB}->AppendText("Null Session to $server successf
    +ul.  \n");
        # Now try getting some information
        $this->{f_resultsTB}->AppendText("Connecting to Registry...\n");
        $this->{f_resultsTB}->AppendText("Succesful!\n");
        \&RegConnect($server);
    
  2. or download this
    $this->{f_resultsTB}->AppendText("[Local Users]  \n");
        @users = GetLocalUsers($server);
        if (@users) {
    ...
            $this->{f_resultsTB}->AppendText("Did not retrieve local users
    +.  \n");
        }
    
  3. or download this
    if (ConnectIPC($server, "", "", "")) {
        $this->{f_resultsTB}->AppendText("Null Session to $server successf
    +ul.  \n");
        # Now try getting some information
    ...
    else {
            $this->{f_resultsTB}->AppendText("Could not establish null ses
    +sion with $server.  \n");
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-23 09:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found