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

Re: DBI Style Inquiry

by kcott (Archbishop)
on Jun 27, 2013 at 08:52 UTC ( [id://1040962]=note: print w/replies, xml ) Need Help??


in reply to DBI Style Inquiry

G'day edict,

Welcome to the monastery.

Take a look at the Perl style guide for some general guidelines on formatting your code.

With the specific code you posted, you're returning from the subroutine before the last two statements are run. You probably want something closer to this:

sub get_loc { ... my @loc = ... $sth->finish; $dbh->disconnect ... return @loc; }

-- Ken

Replies are listed 'Best First'.
Re^2: DBI Style Inquiry
by edict (Novice) on Jun 27, 2013 at 09:12 UTC
    I appreciate the link, I'll check it out, thanks!

Log In?
Username:
Password:

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

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

    No recent polls found