Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Warnings, and declaring Hashes of Hashes.

by BatGnat (Scribe)
on Nov 30, 2000 at 03:15 UTC ( [id://44049]=note: print w/replies, xml ) Need Help??


in reply to Re: Warnings, and declaring Hashes of Hashes.
in thread Warnings, and declaring Hashes of Hashes.

Thanks to all I solved the problem using this
if (not defined $USERLIST{$USER}{'TIME'}) {$USERLIST{$USER}{'TIME'}=0} if ( $USERLIST{$USER}{'TIME'} < $USER_INFO{'lastLogon'}) { %USERLIST->{$USER}->{'TIME'} = $USER_INFO{'lastLogon'}; %USERLIST->{$USER}->{'DISABLED'} = "DISABLED" if ($USER_INFO{'flags +'} & UF_ACCOUNTDISABLE) }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 09:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found