in reply to Re^2: Assigning default values to function arguments which may be “empty”
in thread Assigning default values to function arguments which may be “empty”
use 5.007003; # perl v5.7.3; required for List::Util to be available in CORE
I must be missing something but I fail to see the advantage of this. You are deliberately disallowing users with perl 5.7.0 (say) the opportunity to run this script even if they have List::Util installed. Why would you do that?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Assigning default values to function arguments which may be “empty”
by Wyrdweaver (Beadle) on Aug 19, 2016 at 16:01 UTC | |
by hippo (Archbishop) on Aug 19, 2016 at 16:16 UTC | |
by Wyrdweaver (Beadle) on Aug 19, 2016 at 17:38 UTC | |
by hippo (Archbishop) on Aug 19, 2016 at 23:26 UTC | |
by Anonymous Monk on Aug 20, 2016 at 00:28 UTC |