in reply to Re: Strange Regex Behavior
in thread Strange Regex Behavior
Interesting. Similar to your +0, this seems to work:
a => ($b =~ /(\d+)/ ? "$1" : 0),Could this be a Perl bug?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Strange Regex Behavior
by BrowserUk (Patriarch) on Dec 06, 2011 at 06:11 UTC |