in reply to Splitting a line on just commas
use Text::ParseWords; my $line = q(a,b,"hey, you","str1, str2, str3",end); @words = "ewords(',', 0, $line);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Splitting a line on just commas
by toolic (Bishop) on Jun 14, 2010 at 16:14 UTC |