in reply to Re: split giving warningin thread split giving warning
In other words, do something like this:
my @array = split /\s+/; $schds{ lc($array[0]) } = 1; [download]
-- Allolex