![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: Problem with table joins with Class::DBIby Anarion (Hermit) |
on Dec 24, 2003 at 16:38 UTC ( [id://316887]=note: print w/replies, xml ) | Need Help?? |
You can do various things. According to documentation of Class::DBI you can use something like: and then construct the statement on the fly. You can use the set_sql method on the fly to create it using a function on the base class of your Class::DBI classes to construct the statements too, something like: You can use placeholders to use it latter in a similar search. And perhaps use UNIVERSAL to check if you already created that function to not waste time. $anarion=\$anarion; s==q^QBY_^=,$_^=$[x7,print
In Section
Seekers of Perl Wisdom
|
|