in reply to Matching multiple {hits}
I've not tried it, but I think it's as easy as:
my @names = ($line =~ m/{(.*?)}/g); if (@names) { push @Customer_list, @names; }
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Matching multiple {hits}
by ikegami (Patriarch) on Feb 13, 2011 at 20:13 UTC | |
|
Re^2: Matching multiple {hits}
by sophix (Sexton) on Feb 13, 2011 at 19:22 UTC | |
by umasuresh (Hermit) on Feb 14, 2011 at 13:41 UTC | |
by sophix (Sexton) on Jun 24, 2011 at 19:05 UTC |