Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Handling delimiters

by GotToBTru (Prior)
on May 31, 2017 at 12:13 UTC ( [id://1191700]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $stmt = <<'GPO';
    select id_num id
    from   reference
    ...
    my $shoe = 9; 
    my $results_ref = $dbhandle->selectrow_hashref($stmt, undef, $name, $s
    +hoe);
    print $results_ref->{id};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-16 13:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found