What is Modern Perl?
Modern Perl is suitable for programmers of every level. It’s more than a Perl tutorial—only Modern Perl focuses on Perl 5.20 and 5.22, to demonstrate the latest and most effective time-saving features. Only Modern Perl explains how and why the language works, to let you unlock the full power of Perl. by Greg London (Feb 7, 2004).
What is the latest version of Perl?
Perl 5, the language usually referred to as “Perl”, continues to be actively developed. Perl 5.12.0 was released in April 2010 with some new features influenced by the design of Perl 6, followed by Perl 5.14.1 (released on June 17, 2011), Perl 5.16.1 (released on August 9, 2012. ), and Perl 5.18.0 (released on May 18, 2013).
What is perl7?
Perl 7 was announced on 24 June 2020 at “The Perl Conference in the Cloud” as the successor to Perl 5. Based on Perl 5.32, Perl 7 is designed to be backwards compatible with modern Perl 5 code; Perl 5 code, without boilerplate (pragma) header needs adding use compat::perl5; to stay compatible, but modern code can drop some of the boilerplate.
What is @Perl/Tk and wxPerl?
Perl/Tk and wxPerl are commonly used to add graphical user interfaces to Perl scripts. Perl is implemented as a core interpreter, written in C, together with a large collection of modules, written in Perl and C. As of 2010