in reply to Re: Re: Re: pushing individual rows of return (DBI) into seperate arrays
in thread pushing individual rows of return (DBI) into seperate arrays
I'm a big fan of the if ( 2 == $whatever ) {...}
construct myself, and try to use it whenever possible to
avoid the problem you describe. After a while you get used
to it and it looks normal.