On Wednesday, May 1, 2002, at 02:47 , Greg D. wrote:

> Hi,
>
> Is there any way i can split an array that contains information that i got
> from the mysql database?
>
> here's the code:
>
> while(my @data = $sth->fetchrow_array){
>         print "@data\n";


what does

        print "$_\n" foreach (@data) ;

do for you?

my premise is that the 'lines' of data going into the
@data are starting with the leading numeric token -

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to