in reply to Unexpected "Use of implicit split to @_ is deprecated"

I only count 18 lines in your posted code; what is line 19?

What did you intend split @a = split m/\t/,$test; to mean?
You've got two splits in that line, and I expect the first split is what is causing you grief.

Replies are listed 'Best First'.
Re^2: Unexpected "Use of implicit split to @_ is deprecated"
by kp2a (Sexton) on Oct 22, 2009 at 14:36 UTC
    right! typo! sorry!