Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Re: dbi style questions (code, discussion)

by steves (Curate)
on Dec 30, 2001 at 12:21 UTC ( [id://135225]=note: print w/replies, xml ) Need Help??


in reply to Re: dbi style questions (code, discussion)
in thread dbi style questions (code, discussion)

I write tons of SQL each week using Perl/DBI. 99% of the SQL I put in here documents, ala:

my $sql = <<"END_SQL"; SELECT name, address, phone_number, order_id FROM customer, customer_order, order_item WHERE blah blah blah END_SQL

That makes it readable and it looks pretty nice when you log it, etc. Here documents: another reason Perl rocks.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (8)
As of 2024-04-18 16:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found