On Jul 5, Tim Musson said:
>I want to split to @Group only if the 3rd element of @Line has data.
>It works, but I get an error (Use of uninitialized value in split)
>using -w, strict, and diagnostics. Should I be doing this differently?
>
>while (<>) { chomp;
>my @Line = split(/,/);
>
>
On 05 Jul 2001 13:01:33 -0400, Tim Musson wrote:
> perlers,
>
> I want to split to @Group only if the 3rd element of @Line has data.
> It works, but I get an error (Use of uninitialized value in split)
> using -w, strict, and diagnostics. Should I be doing this differently?
>
> I run this with a