Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

(tye)Re2: Last checked flag not updating?

by tye (Sage)
on Sep 16, 2002 at 19:01 UTC ( [id://198335]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $NODE= getNode( ... );
        $NODE->{reputation}++;
        updateNode( $NODE );
    
  2. or download this
        my $NODE= getNode( ... );
        addToField( $NODE, reputation=>1 );
        my $USER= getNode( ... );
        addToField( $USER, votesleft=>-1, experience=>1 );
    

Log In?
Username:
Password:

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

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

    No recent polls found