Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Sasara Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:57, 28 June 2025 Rubenerd talk contribs created page Perl (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 {...")