2013.07.10 in #103Arrays vs. Lists in Perl: What's the Difference?
Mike Friedman provides a detailed explanation to the phenomenon. I think one of the commenters put it quite right, that basically lists are 'array literals'. There are of course differences, just as there are differences between $x and a string 'abcd' you could put in that scalar variable. (OK, between lists and arrays there might be a few more edge cases.)
2014.06.04 in #150Removing Perl Boilerplate with Import::Into
Perl 5.20 gives us a few more shiny tools to play with, but enabling them usually requires a line or two more of boilerplate code at the top of your files. Mike Friedman wants the former very much, but isn't too keen on the latter.
2014.06.10 in #151Automating Stratopan Releases with Perl's Dist::Zilla
Mike Friedman introduces his new module Dist::Zilla::Plugin::UploadToStratopan that allows you to automatically upload new private releases to Stratopan, the cloud-based private CPAN.
2016.01.07 in #233Exploring Perl 6: Up and Running
A short primer on Perl 6. What's the terminology, where to get it, and the first few things to know to get you going.
2016.02.05 in #237Exploring Perl 6: Signatures, Part 2
Class constraints with and without a where block. Promising the type of the returned value. Introspection: How to find out about the constraints during run-time.
If you are not yet subscribed, you can do it now. Free of charge:
Just ONE e-mail each Monday. Easy to unsubscribe. No spam. Your e-mail address is safe.
This newsletter is about the Perl Programming languages.