in reply to Re^5: deleting a specific element from an array
in thread deleting a specific element from an array
Why, no - it doesn't.
ben@Tyr:~$ perl -wne'print length, ": $_" if /^(apple)$/' apple 6: apple
'$' in regular expressions matches before '\n'.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: deleting a specific element from an array
by ikegami (Patriarch) on Dec 03, 2008 at 18:22 UTC | |
by oko1 (Deacon) on Dec 04, 2008 at 01:13 UTC | |
|
Re^7: deleting a specific element from an array
by kyle (Abbot) on Dec 03, 2008 at 18:20 UTC |