RE: $cnt doesn't work for me as advertised (fwd)

2007-09-26 Thread Todd White
I'm wondering if anyone on this list would have any knowledge regarding the following Embperl question? Is anyone aware of a bug I may have encountered? Thanks. -- Forwarded message -- Date: Wed, 26 Sep 2007 08:06:01 -0400 (EDT) From: Todd White <[EMAIL PROTECTED]> To: [EMAIL PR

Re: $cnt doesn't work for me as advertised (fwd)

2007-09-26 Thread Perrin Harkins
On 9/26/07, Todd White <[EMAIL PROTECTED]> wrote: > I'm wondering if anyone on this list would have any knowledge regarding > the following Embperl question? I don't use Embperl, but it looks like you forgot to write all the code to loop through your array and increment $cnt. - Perrin

Re: $cnt doesn't work for me as advertised (fwd)

2007-09-26 Thread Todd White
That's part of the "magic" of this variable. Explicit looping is not required. http://perl.apache.org/embperl/pod/doc/Embperl.-page-3-.htm#sect_8 # Embperl can generate dynamic tables (one- or two-dimensional). You on