Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Sort strings with a specific letter order with Perl

perl sorting cpan

How can I write a CPAN module to support multiple Perl versions?

perl cpan

Why does perl only dereference the last index when the range operator is used?

perl

How to remove newlines inside csv cells using regex/terminal tools?

regex perl unix sed terminal

ack - search for multiple patterns (logical AND)

regex perl ack

Pass string and temporary array into sub in 1 line?

perl

How to remove the literal string "\n" (not newlines) from a variable in bash?

bash perl awk sed tr

Why isn't my CPAN distribution indexed by PAUSE?

perl indexing cpan

How can I remove characters that are not supported by MySQL's utf8 character set?

mysql perl utf-8 utf8mb4

Save resources by only loading parts of a module?

perl perl-module

Displaying CP437 ('extended ascii') in Perl/Gtk

perl gtk ascii

Strawberry perl + Inline::CPP + <sstream> not compiled

c++ perl

How to declare function and use it recursively without "called too early to check prototype"

perl prototype

Why do `join` and/or `JSON::to_json` convert my data silently from integer to string?

perl

How to do sum of hash reference slice?

perl

Negating bracketed character classes in Perl regular expressions and grep

arrays regex perl

Is there a Perl module to monitor an email queue?

Why can't Perl find my file that is in ClearCase?

perl clearcase

How can I get content using XML::Twig?

xml perl xml-twig

Can I tell if all tests passed under Perl's Test::More?

perl unit-testing