Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How do I use sprintf to zero fill to a variable length in Perl?

perl printf zerofill

Is this a bug in the CPAN Uniq module?

arrays perl unique

How do I get the filename and line number in Perl?

perl

Perl - Find duplicate lines in file or array

perl line-processing

Behavior of Scalar::Util::looks_like_number in Perl

perl

How can I find the first occurrence of a pattern in a string from some starting position?

regex perl string search

Removing quotes from string

perl string

Escaping special characters in Perl regex

Why is Perl squashing my array?

perl

What happens when you have a conditional operator and a postfix conditional in the same Perl statement?

What do people mean when they say “Perl is very good at parsing”? [closed]

In Perl, what is the sane way for converting a string into a list of its characters?

perl string split

Read chunks of data in Perl

perl

In Perl, how can I iterate over multiple elements of an array?

perl

What's the easiest way to write to a file using Perl?

perl

How can I speed up my Perl regex matching?

regex perl

How can I control the formatting of Data::Dumper's output?

perl dump data-dumper

What does `?` mean in this Perl regex?

regex perl

Concise foreach expression in one line

perl syntax foreach

How can my Perl script determine whether an Excel file is in XLS or XLSX format?

perl excel zip file-format