in reply to make a new list by substituting an old list
--Chrismy @new = map {s/foo/bar/g; $_} @old;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: (jcwren) RE: make a new list by substituting an old list
by merlyn (Sage) on Sep 10, 2000 at 21:49 UTC | |
by jcwren (Prior) on Sep 10, 2000 at 21:52 UTC |