Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

(jeffa) Re: OO Application Design

by jeffa (Bishop)
on Sep 25, 2002 at 04:41 UTC ( [id://200560]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # warning, not what you really need
    my @adult = Person->search(age => 18);
    
  2. or download this
    @adult = Person->retrieve_from_sql('WHERE age >= ?', 18);
    

Log In?
Username:
Password:

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

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

    No recent polls found