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 in a table (data from a 
database) and after each row calls my display_replys function. Here is a 
workable version w/ the recursive call commented out:
http://www.kvic.com/messages.epl
Without the recursion, it only displays one reply to a topic. (it won't display 
a reply to a reply)
If anyone wants to take a stab at my problem, you can view the code at:
http://www.kvic.com/messages.txt
When I ran this page w/ the recursive call I got into an infinite loop. My base 
condition seems okay to me. I'm sure it doesn't have anything to do with the 
data in the database. Anyone?

http://www.singlespeedsanonymous.com/

        "People are the worst drivers in the world" -Gavin Spomer


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to