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