in reply to Re: wise ones, your help is needed
in thread wise ones, your help is needed
while (( my $id1, my $text) = $sqlquery3->fetchrow_array) { $text = '' if not defined $text; push @list3, "$id1\t$text\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: wise ones, your help is needed
by japhy (Canon) on May 02, 2001 at 21:27 UTC |