![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Mysql select and store one fieldby Anonymous Monk |
on Sep 07, 2011 at 19:52 UTC ( #924654=perlquestion: print w/replies, xml ) | Need Help?? |
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Is there an easier way to recieve one piece of data from a mysql query? I really am only selecting one field. (SELECT post FROM tablename WHERE url="$url"). All I'm trying to do is get that variable to $this. All the references I see online show Which seems above and beyond what I need it to do. Is there any better way to do what I need?
Back to
Seekers of Perl Wisdom
|
|