Perl: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 June 2025

  • curprev 07:5707:57, 28 June 2025 Rubenerd talk contribs 550 bytes +550 Created page with "'''Perl''' (the ''Pretty Epic Reporting Language'') remains Rubenerd's favourite scripting language. These are his notes. ==Boiler plate== #!/usr/bin/env perl -w use utf8; use strict; use warnings; use open qw(:std :utf8); no feature qw(indirect); use feature qw(signatures unicode_strings); no warnings qw(experimental::signatures); use Data::Dumper; use Readonly; Readonly::Scalar my $the_answer => 42; use Time::Piece; sub main {..."