Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Why is "fork inside BEGIN ... a horrible prospect" in Perl?

perl fork

Why declare Perl variable with "my" at file scope?

perl scope

Perl decimal to binary conversion

perl printf

perl list subset range

perl list

Perl \R regex strip Windows newline character

regex linux windows perl newline

Local variable retaining value

perl variables scope

How do I use sprintf to add padding zeroes on the right in Perl?

perl

generate combinations from hash values

perl hash

How to convert unix epoch time to readable format in perl

perl

Why am I getting 0E0 for the return value of the DBI "execute" method?

perl dbi

What's the difference between these JSON Perl modules?

json perl

How can I safely clean up root's .cpan folder?

perl

Escape @ in Perl regex

regex perl

Perl - convert hexadecimal to binary and use it as string

perl type-conversion hex bin

array elements gets deleted when looping files

loops perl file-handling

How do I reverse words in a sentence in Perl?

perl

How to slice only defined values?

perl perl-data-structures

How to convert between the unicode forms: string, name, number

bash perl one-liner

How can I obtain file meta information in Perl?

perl file

How important is it to indicate if a class implements an interface in Perl?

perl oop coding-style