in reply to Can't remove the the duplicate element when it's the last one in the array
I was using qw{1, 1} to construct the array,You do know that using qw{1, 1} triggers a warning, don't you?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't remove the the duplicate element when it's the last one in the array
by graff (Chancellor) on Dec 18, 2009 at 21:12 UTC | |
|
Re^2: Can't remove the the duplicate element when it's the last one in the array
by littlehorse (Sexton) on Dec 20, 2009 at 07:36 UTC |