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

Re: Code factory

by tadman (Prior)
on Jul 07, 2003 at 17:59 UTC ( [id://272044]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub getById
    {
         my ($table, $column, $id) = @_;
    ...
         $sth->finish();
         return $result;
    }
    
  2. or download this
    sub getCustomerById
    {
         my ($id) = @_;
         return getById("customers", "cust_id", $id);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-04-24 10:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found