in reply to Re^4: deleting a specific element from an array
in thread deleting a specific element from an array
Now, 'apple' will no longer result in 'apple pie' being deleted.
...but "apple\n" still gets tossed. Use \z to match the literal end-of-string and $ for end-of-string-or-newline-you-know-whatever.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: deleting a specific element from an array
by oko1 (Deacon) on Dec 03, 2008 at 18:09 UTC | |
by ikegami (Patriarch) on Dec 03, 2008 at 18:22 UTC | |
by oko1 (Deacon) on Dec 04, 2008 at 01:13 UTC | |
by kyle (Abbot) on Dec 03, 2008 at 18:20 UTC |