[Kc] perl and oxford commas

David Nicol davidnicol at gmail.com
Thu May 11 08:36:32 PDT 2017


Looks like Perl doesn't care:


$ perl -le '(print 1,(2 and 3))'
13
$ perl -le '(print 1,(2, and 3))'
13


-- 
everything has to be just so or the magic won't work


More information about the kc mailing list