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

Re: lastlogin for NT/2K

by frag (Hermit)
on Apr 24, 2001 at 03:24 UTC ( [id://74910]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ( exists $ARGV[0] )
    
  2. or download this
    ( $ARGV[0] )
    
  3. or download this
    Win32::NetAdmin::GetUsers ... or die 
      unless exists $ARGV[0];
    if ( exists $ARGV[0] ) {
    ... }
    
  4. or download this
    unless ($ARGV[0]) { Win32::NetAdmin::GetUsers ... }
    else { ... }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-20 04:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found