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


in reply to Re: Reading in data that is
in thread Reading in data that is

Or maybe,
my ($first_name,$last_name,$address,$rest) = split(/" "/);
Then just remove extra "'s with a tr/// or s///.

Just my $0.02.

_14k4 - perlmonks@poorheart.com (www.poorheart.com)