Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: DBIx::Simple

by Juerd (Abbot)
on Mar 30, 2002 at 13:21 UTC ( [id://155425]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # BUILDING MAPS (also fetching all in one go)
    
    ...
        -> query('SELECT id, name FROM people')
        -> map;
        # $names is { $id => $name, ... }
    
  2. or download this
    $easy->makemap('components', 'id', 'price', 'price > 10')
    
    $simple->query('SELECT id, price FROM components WHERE price > 10')->m
    +ap
    

Log In?
Username:
Password:

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

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

    No recent polls found