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

Re: Code factory

by shemp (Deacon)
on Jul 07, 2003 at 18:46 UTC ( [id://272067]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub make_select_query {
        my ($table, $select_fields, $conditions) = @_;
    ...
    
        return $query;
    }
    
  2. or download this
        ...
        $condtions = {
            "age"   =>   " >= 21 ",
            "sex"   =>   " = female ",
        };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (8)
As of 2024-04-25 11:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found