Hello mark, Tuesday, June 26, 2001, mark crowe (JIC) <[EMAIL PROTECTED]> wrote: mcJ> If I might make one other little comment - I suggest you initialise $counter mcJ> by $counter=0, rather than $counter="0"; The former makes it a number, the mcJ> latter a string. (jfyi only) you are mistaken. all variables in perl saves as strings; then, perl converts string - depends of your needs. try: $a="0"; $a++; print $a; Best wishes, Maxim mailto:[EMAIL PROTECTED]
- Re: ? embed scalars in the sql Greg Jetter
- Re: ? embed scalars in the sql Francesco Scaglioni
- Re: ? embed scalars in the sql Timothy Kimball
- Re: Re: ? embed scalars in the sql Mark Bergeron
- RE: ? embed scalars in the sql mark crowe (JIC)
- RE: ? embed scalars in the sql Francesco Scaglioni
- RE: ? embed scalars in the sql Curtis Poe
- RE: ? embed scalars in the sql PURMONEN, Joni
- RE: ? embed scalars in the sql Francesco Scaglioni
- RE: ? embed scalars in the sql mark crowe (JIC)
- RE: Re[2]: ? embed scalars in the sql Maxim Berlin
- RE: Re[2]: ? embed scalars in the sql mark crowe (JIC)
- Re[4]: ? embed scalars in the sql Maxim Berlin