Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: chaining method calls

by Juerd (Abbot)
on Jun 12, 2003 at 07:02 UTC ( [id://265291]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $page = LWP::UserAgent->new->request(...)->content;
    
  2. or download this
    my ($name) = DBIx::Simple
        ->connect('dbi:SQLite:people')
        ->query('SELECT name FROM people WHERE email=? LIMIT 1', $email)
        ->list;
    

Log In?
Username:
Password:

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

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

    No recent polls found