in reply to Re: Perl Golf - Renaming MP3s
in thread Perl Golf - Renaming MP3s
isn't the comma operator supposed to evalute left, and then right?But there's no comma operator here - that's a list. A comma is a list element separator in list context and a comma operator in scalar context. There's no such thing as a list in scalar context and no such thing as a comma op in list context.
Makeshifts last the longest.
|
|---|