![]() |
|
more useful options | |
PerlMonks |
A bind variable is really needed here . . .by hesco (Deacon) |
on Nov 01, 2009 at 15:15 UTC ( #804349=perlquestion: print w/replies, xml ) | Need Help?? |
hesco has asked for the wisdom of the Perl Monks concerning the following question:
Excerpted from my apache logs, I'm seeing:
This log noise is thrown by code reading:
My configuration file reads in relevant part:
I have no idea why my quoted value for account_billing_contact gets so thoroughly escaped in my logs. Nor any idea why the need for my bind variable is not recognized. Though I suspect the two questions may be related somehow. Any thoughts on how to resolve this issue? -- Hugh
if( $lal && $lol ) { $life++; } if( $insurance->rationing() ) { $people->die(); }
Back to
Seekers of Perl Wisdom
|
|