Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Matching balanced parenthesis in Perl regex

regex perl perl5.8

Perl substr(STRING, @ARRAY) ne substr(STRING, OFFSET, LENGTH)?

perl substr

How to remove all . from string except the last?

perl

Adding value to array if condition is fulfilled

Normalizing ASCII characters

perl ascii normalization

CPAN shell runs out of memory. How can I give it more memory on Unix?

perl unix cpan aix

Why do I need to localize $@ before using eval?

perl exception eval die

Perl: How to import subroutines from base class?

perl oop inheritance import base

In Perl, what is the difference between accessing an array element using @a[$i] as opposed to using $a[$i]?

perl syntax

How do I use File::Slurp to write an array to a file with newlines?

perl

Declaring variables inside or outside loops in Perl, best practices

perl variable-declaration

So what exactly does <FILE> do?

perl

When modifying $_ can be wrong?

perl

Perl: How do you dereference an array without creating a copy of the array?

How can I reduce duplication in constants?

perl refactoring constants

What other languages have features and/or libraries similar to Perl's format?

ruby perl format

How do I install deps for CPAN module without installing it?

How can you interact with Perl programs from Ruby?

ruby perl

What is the difference between Perl modules autodie and Fatal?

perl autodie

What's the best way to do base36 arithmetic in Perl?

perl math base-n