Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

(jeffa) Re: chaining method calls

by jeffa (Bishop)
on Jun 12, 2003 at 11:44 UTC ( [id://265339]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # stackable method calls:
    print DBIx::XHTML_Table
    ...
       ->exec_query('select foo,baz from bar')
       ->output()
    ;
    
  2. or download this
    my $table = DBIx::XHTML_Table->new($data_source,$usr,$pass);
    $table->exec_query('select foo,baz from bar');
    print $table->output();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (1)
As of 2024-04-25 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found