Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Is it possible to pass parameters to a Perl module loading?

perl module

In Perl, how can I access a scalar defined in another package?

perl perl-module

What is the reason behind not having a simpler multi-line comment in Perl?

Why "Not an ARRAY reference" error?

arrays 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