on Tue, 07 May 2002 09:48:39 GMT, [EMAIL PROTECTED] (Simon Oliver) wrote:
> my @data = map {length($_) ? $_ : undef} split(@$row);
You do realize that you are splitting $_ here?
--
felix
on Tue, 07 May 2002 09:48:39 GMT, [EMAIL PROTECTED] (Simon Oliver) wrote:
> my @data = map {length($_) ? $_ : undef} split(@$row);
You do realize that you are splitting $_ here?
--
felix