Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"tr"
Results:
Replace character by character (transliterate) using tr of Perl
Fixing the release. Twice in a row! (Pod::Tree 1.22 and 1.23)
Getting started with Perl on Windows using Strawberry Perl (2020 edition)
Loop controls: next, last, continue, break
String functions: length, lc, uc, index, substr
GitHub Actions CI job for Perl Test::Class - checking downstream dependencies as well
Stringification in classic Perl OOP
Safety net (use strict; use warnings;) - video
use strict; and warnings; but no diagnostics
truncate
Type constraint instead of subtype
Introduction to Regexes in Perl 5
Understanding recursive subroutines - traversing a directory tree
Classes as constraints in Moose
Transforming a Perl array using map
Changes and README files in a Perl distribution
How to replace a string in a file with Perl
Introduction to Template::Toolkit
Remove directory tree recursively with Perl
Construct the path to a file in the same directory as the current script