On Tue, Apr 17, 2001 at 02:01:14PM -0700, James Fisher wrote:
> the array starts at 0 not 1
^^^^^^^^^
There is no array in the code given (but there probably should be).
> you should realy look at foreach instead
>
>
> Pacifico wrote:
>
> > i have this program:
> >
> > $sup1='a';
> > $sup2='b';
> > $sup3='c';
> >
> > for ($i=1 ; $i<4 ;$i++){
> > print $sup($i);
> > }
> >
> > but give error, why???
>
>
--
Tad McClellan SGML consulting
[EMAIL PROTECTED] Perl programming
Fort Worth, Texas
- problem with variables Pacifico
- Re: problem with variables David M. Lloyd
- Re: problem with variables James Fisher
- Re: problem with variables Tad McClellan
- Re: problem with variables James Fisher
- Re: problem with variables Brent Michalski
- RE: problem with variables blowther
- Re: problem with variables Sean O'Leary
- RE: problem with variables Brent Michalski
