Hi,
i using the following query, here im using "substring_index, and some special variables like ( )$..." and passing value to the query "$name"
$Agent1=$dbh->prepare('select substring_index(substring_index(substrin
+g_index(Name,"$$$",1),"$$",1),"\$",-1) as Phone_no, substring_index(s
+ubstring_index(Name,"$$$",1),"$$",-1) as Mail_Id from CustomFieldValu
+es where CustomField =291 and Name like "$name%";') || die "$DBI::er
+rstr";
$Agent1->execute() || die "$DBI::errstr" ;
( $phone_no,$mail )= $Agent1->fetchrow_array;
print "Phone:\t$phone,Mail:\t$mail\n";
but im not getting the required output. its giving just empty.
output
Phone: ,Mail:
i have changed it like placeholder.... but its not working.
please help me on this
Thanks
Srinivasan
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.