Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

perl regex match closest

regex perl match closest

How can I get the path without the filename in Windows using Perl?

windows perl filenames

Overlapping text substitution with Perl regular expression

regex perl

how to find out which perl I am using when running a script with '/usr/bin/env perl'?

perl

matching finite natural number series

regex perl

How to insert the content of a file into another file (if regexp) in perl/shell

regex perl shell insert paste

Better way to sort an array with unusual value

arrays perl

In Perl, is there any scenario in which ${foo[bar]} could be syntactically valid code?

regex arrays perl

What is the most readable regex to extract a second word with no trailing spaces from comma-separated string?

regex perl readability

Perl print shows leading spaces for every element

arrays perl

How to reload the mojolicious built-in webserver daemon?

perl mojolicious systemd

Why does Perl not want to require certain files when running under -T?

perl require taint

How to Redistribute Non-core Modules in Perl?

perl

Video stuck on system(1, @commands) in Perl script

Sort Date/Time in Unix

perl bash shell sed awk

A Perl script to process a CSV file, aggregating properties spread over multiple records

perl csv

Perl one-liner to remove trailing space from a file

perl

Removing repeated pairs from a very big text file

bash perl awk

Replace and add leading zeros when renaming files

regex perl bash rename

Sorting a hash from the first key to the last (Perl)

perl sorting hash