in reply to Re: Re^2: Parsing a tab delimited file
in thread Parsing a tab delimited file

you're right! i should have tested before posting. i still think map in void context is a bad idea, so i came up with this: my @molecules = map { chomp; quotemeta } <DATA>; ...but is it sexy enough ;-)

~Particle *accelerates*