http://qs321.pair.com?node_id=338553


in reply to Re: split giving warning
in thread split giving warning

In other words, do something like this:

my @array = split /\s+/; $schds{ lc($array[0]) } = 1;

--
Allolex