in reply to Re: Best option for "switch/case" functionality?
in thread Best option for "switch/case" functionality?
Rather than hard-code the "magic number"` '5.018', I'd go with
BEGIN { eval { require warnings; warnings->unimport('experimental::sma +rtmatch') } }
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Best option for "switch/case" functionality? (magic numbers)
by Anonymous Monk on Jun 29, 2016 at 00:09 UTC | |
by tye (Sage) on Jun 29, 2016 at 02:28 UTC | |
by Anonymous Monk on Jun 29, 2016 at 05:25 UTC | |
by tye (Sage) on Jun 29, 2016 at 12:37 UTC |