On Wed, Feb 1, 2012 at 9:32 AM, Abigail <abigail@abigail.be> wrote: > > =item * > > > > Perl supports pass by named parameter, allowing optional arguments to be > omitted > > and the argument order freely rearranged. > > There's support in Perl for named parameters other than that Perl doesn't > prevent the programmer from rolling their own named parameter support? > It's referring to how easy it is to do foo(a => 1, b => 2); where as it's next to impossible in another set of languages.Thread Previous | Thread Next