in reply to Re^3: Remove redundency from an array
in thread Remove redundency from an array
First, local *_ does work if you put it in the do block like jdporter said.
Secondly, local $_ won't work. It'll compile, but that doesn't count for anything if it doesn't do what needs to be done. We want to protect the parent's %_.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Remove redundency from an array
by mwah (Hermit) on Sep 24, 2007 at 19:47 UTC | |
by ikegami (Patriarch) on Sep 24, 2007 at 19:52 UTC | |
by mwah (Hermit) on Sep 24, 2007 at 20:06 UTC | |
by ikegami (Patriarch) on Sep 24, 2007 at 20:24 UTC | |
by mwah (Hermit) on Sep 24, 2007 at 20:39 UTC | |
|