in reply to Array regex matching
my @values = map { s/\cM//g;$_ } $q->param($key);
Update: abigail-II noticed that my example was wrong. So here is a updated node.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Array regex matching
by Abigail-II (Bishop) on Jan 13, 2004 at 09:53 UTC |