DEV Community

Discussion on: 13 reasons why you should not use Perl

Collapse
 
davorg profile image
Dave Cross

Perl does give you the convenience that for keys of perl hashes you don't have to quote the string (as long as it starts with a letter).

And, importantly, as long as you're using the fat comma to create the key/value pair.