Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 85701 invoked from network); 5 Feb 2004 01:19:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Feb 2004 01:19:48 -0000 Received: (qmail 86779 invoked by uid 500); 5 Feb 2004 01:19:31 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 86758 invoked by uid 500); 5 Feb 2004 01:19:30 -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 86715 invoked from network); 5 Feb 2004 01:19:30 -0000 Received: from unknown (HELO corpmx.savicom.net) (216.39.113.20) by daedalus.apache.org with SMTP; 5 Feb 2004 01:19:30 -0000 Received: from Doug (office.mindsharedesign.com [216.39.112.17]) by corpmx.savicom.net (8.12.9/8.12.3) with SMTP id i151FvX5004459 for ; Wed, 4 Feb 2004 17:15:57 -0800 (PST) (envelope-from drayner@savicom.net) Message-ID: <01f601c3eb86$87b70750$1f00a8c0@Doug> From: "Doug Rayner" To: Subject: Change in behavior of in 2.0? Date: Wed, 4 Feb 2004 17:22:32 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I had some templates working in Embperl::Object V1.3.6 which don't work the same way with V2.0. Here is a code snippet:
[+ $header[$col] +]
[+ $table[$row][$col] +]
I 1.3.6, I get a table with one header (column titles from $header[]), and several other rows (column values from $table[][]). In 2.0 I get the headers repeated for each table row. Is there any way to change this code to get the old behavior? Eample: V1.3.6: Section Count Time 1 10 10:00 2 20 11:00 3 30 12:00 V 2.0: Section Count Time 1 10 10:00 Section Count Time 2 20 11:00 Section Count Time 3 30 12:00 Thanks and regards, Doug Rayner Senior System Architect Savicom: Next Generation eMail Marketing http://www.savicom.net (415) 617-9006 --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org