in reply to help with split()
while (<FILE>) { my ($class) = /(\S+)/; print "$class\n"; } [download]
-- Mike
-- just,my${.02}