Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: dbi style questions (code, discussion)

by uwevoelker (Pilgrim)
on Dec 29, 2001 at 23:30 UTC ( [id://135149]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub db_store_event {
        my $id  = shift || 0;
    ...
        }
        return $ret;
    }
    
  2. or download this
    sub impand_event {
        my ($datum, $zeit);
    ...
    
        return wantarray ? %event : \%event;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found