Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

RE: undefs and functions

by dlux (Initiate)
on Aug 02, 2000 at 11:05 UTC ( [id://25673]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package TableMap::Undef;
    use strict;
    ...
    };
    
    sub FETCH { return new TableMap::Undef; };
    
  2. or download this
    my $x=$s->{db} && $LAST->{users} && $LAST->{$user_id_1} && $LAST->limi
    +ts && $LAST->{$user_id_2};
    

Log In?
Username:
Password:

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

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

    No recent polls found