July 30 2020 | Perl 7: An Opinionated Introduction | Back Next |
We've added many nice features over the years, but they're not default, either
You have to specially request them
use feature 'say';
Or you have to request a specific (minor) version of Perl that has a particular feature "bundled" with it
use 5.14.0;
Home Last TOC | Copyright © 2020 James E Keenan | Back Next |