Is anyone successfully using the $cnt and $maxcol
variables?
On Tue, 25 Sep 2007, Todd White wrote:
> I'm expecting three rows of three columns, like so:
>
> A B C
> D E F
> G
>
> All I am getting is one row of one column.
>
> A
>
>
> --Todd
>
>
> On Tue, 25 Sep 2007, Tom Briles wrote:
>
> > Looks correct to me. What are you expecting?
> >
> > - Tom
> >
> > > -----Original Message-----
> > > From: Todd White [mailto:tmwhite merit.edu]
> > > Sent: Tuesday, September 25, 2007 3:50 PM
> > > To: embperl perl.apache.org
> > > Subject: $cnt doesn't work for me as
advertised
> > >
> > >
> > > The variable $cnt doesn't seem to work for
me. Am I doing something
> > > wrong?
> > >
> > > Here's my code:
> > >
##########################################################
> > > <html>
> > > <head>
> > > <title>$cnt test</title>
> > > </head>
> > > <body>
> > >
> > > [- $maxcol = 3; -]
> > > [+ $maxcol +]<p>
> > >
> > > [- test_arr = ('A', 'B', 'C', 'D', 'E', 'F',
'G'); -]
> > >
> > > <table>
> > > <tr>
> > > <td>[+ $test_arr[$cnt] +]</td>
> > > </tr>
> > > </table>
> > >
> > > </body>
> > > </html>
> > >
###########################################################
> > >
> > > You can run this here:
> > >
> > > http://www
.merit.edu/~tmwhite/test/cnt.epl
> > >
> > >
------------------------------------------------------------
---------
> > > To unsubscribe, e-mail:
embperl-unsubscribe perl.apache.org
> > > For additional commands, e-mail:
embperl-help perl.apache.org
> > >
> > >
> >
> >
> >
> >
------------------------------------------------------------
---------
> > To unsubscribe, e-mail: embperl-unsubscribe perl.apache.org
> > For additional commands, e-mail: embperl-help perl.apache.org
> >
> >
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: embperl-unsubscribe perl.apache.org
> For additional commands, e-mail: embperl-help perl.apache.org
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: embperl-unsubscribe perl.apache.org
For additional commands, e-mail: embperl-help perl.apache.org
|