Return-Path: Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 99480 invoked by uid 500); 21 Jan 2003 03:42:21 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 99467 invoked from network); 21 Jan 2003 03:42:21 -0000 Subject: Recursivity with embperl From: Carlos Kassab To: embperl@perl.apache.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8-3mdk Date: 20 Jan 2003 21:44:18 -0600 Message-Id: <1043120658.2845.14.camel@ckg01> Mime-Version: 1.0 X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N Hi: I am working in the eplsite project (eplsite.glin.com.mx), in the news module we need to do some recursive process to display the comments. I have a subroutine DisplayKids to display the comments and inside the subroutine i am calling it and embperl do it very well but just display the sons. If i have two comments at the same level it is not displayed. example: -comment1 -son of comment 1 -son of son of comment 1 -brother of comment 1(this is not displayed) it seems that embperl is loosing the values for recursive process. Do you know a way to do recursive processes with embperl? i am using embperl 1.3.4 Thank you in advance for your help Carlos Kassab --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org