Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"perl"
Results:
One-liner: Remove first two characters of every line
Self testing Perl modules using the Modulino concept
Boolean values in Perl
How to eliminate a value in the middle of an array in Perl?
How to return nothing (or undef) from a function in Perl?
undef on Perl arrays and hashes
undef, the initial value and the defined function of Perl
Contributing to the Open Source Perl Ecosystem
Fixing test failure on Windows - Properly quoting regexes - Accepting GitHub pull request
GitHub Actions CI job for Perl Test::Class - checking downstream dependencies as well
Supporting Perl Creators via Patreon, GitHub, and more
Using GitHub Actions (CI) to locate missing test dependencies in Dist::Zilla::PERLSRVDE
Which is better perl-CGI, mod_perl or PSGI?
$_ the default variable of Perl
Installing and getting started with Perl
Length of an array in Perl
Perl Arrays
Scalar and List context in Perl, the size of an array
min, max, sum in Perl using List::Util
Prompt, read from STDIN, read from the keyboard in Perl