Re: Recursion Problem

2000-10-15 Thread Gerald Richter
Hello all! I cannot access your pages anymore, but a recursive request would look like the following: [* # localize variables local $sth ; # don't use my here, it doesn't work with Embperl 1.x *] [- $sth = $dbh -> prepare ("SELECT * from foo where id = $param[0]") ;. $sth -> execute ; -] [$whil

Re: Recursion Problem

2000-10-03 Thread Gavin Spomer
Thanks mike, I used your idea and it works great: http://www.kvic.com/messages.epl You know, it shouldn't have to be done this way but hey, what ever works! :) http://www.singlespeedsanonymous.com/ "People are the worst drivers in the world" -Gavin Spomer > >I recently did a message bo

Recursion Problem

2000-10-02 Thread Gavin Spomer
Hello all! I've been messing around w/ embperl for about a year now and I am currently implementing an online message board, just to see if I could do it. Everything has been working peachy-keen until I tried to do some recursion. The main part of my code displays message subjects, dates, etc