Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Matching two overlapping patterns with Perl

regex perl pattern-matching

Perl exceptions instead of return values

Perl: How to match FULLWIDTH LATIN SMALL

Approximating pi in Perl - what am I doing wrong?

perl math logic

What is the colon meaning in the qw declaration?

perl

Dynamic variables in perl

perl special-variables

Regex: Matching 4-Digits within words

regex perl

Perl one-liner to match all occurrences of regex

regex perl

Extracting matches from perl regex using global modifier in foreach loop

perl

Can DBI infer or be informed about numeric column types when fetching rows?

perl dbi

How to read file in Perl and if it doesn't exist create it?

perl file file-io

perlcritic: eval "require $module";

perl perl-critic

Use of reference to elements in @_ to avoid duplicating code

perl

Why to shift bits "$? >> 8" when using Perl system function to execute command

perl shell

Fallback Open File Perl

perl scope

What does the caret ^ in (?^:…) mean in the string form of a Perl qr// Regex?

regex perl

When was the -P option removed from perl?

perl

Conditional subexpression replacement using regular expressions

regex perl replace raku

How to get number of entries in a hash with values less than n?

perl hashmap

How do I serve a large file for download with Perl?

perl file-io download