RE: formatting problem

2004-10-30 Thread Charles K. Clarkson
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: : Hi all, : : I have little formatting problem, we have code: : : sub test { : $sth = $dbh->prepare_cached(finish; : return; : } Don't use a HERE doc and pass $dbh into the subrout

Re: formatting problem

2004-10-30 Thread Bob Showalter
Ing. Branislav Gerzo wrote: Hi all, I have little formatting problem, we have code: sub test { $sth = $dbh->prepare_cached(finish; return; } this of course doesn't work, because SQL is not at begining of the line. I tried: $sth = $dbh-