Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"tr"
Results:
Replace character by character (transliterate) using tr of Perl
How to extract strings from a file
Fixing the release. Twice in a row! (Pod::Tree 1.22 and 1.23)
Move packages to their own files - release Pod::Tree 1.21
Contributing to the Open Source Perl Ecosystem
GitHub Actions CI job for Perl Test::Class - checking downstream dependencies as well
Supporting Perl Creators via Patreon, GitHub, and more
The value of a clean Continuous Integration (CI) system (for Data-Trace)
How to convince Meta CPAN to show a link to the version control system of a distribution?
Always use strict and use warnings in your perl code!
Always use strict!
Safety net (use strict; use warnings;) - video
use strict; and warnings; but no diagnostics
Data structure design for fast lookup
Traversing the filesystem - using a queue
Understanding recursive subroutines - traversing a directory tree
Introduction to Template::Toolkit
Automatic string to number conversion or casting in Perl
Class as type constraint
Class method and alternative constructor in classic Perl OOP