Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Assign STDIN to variable in strict mode

perl strict

Use Perl regex attributes in awk

regex perl awk pcre

Perl: Is there a difference between use warnings and -w? [duplicate]

perl

Format perl regex capture groups

regex bash perl

Cannot get hash passed as reference in a module

perl hash

I received in my server a message that could be from a hacker [closed]

android perl cmd server

Why does [^\w] match some word characters but not [^\p{Word}]?

perl character-class

Where to define local temp variables in Perl subroutine?

perl scope

Why "my @variable" inside a sub and modified by sub/sub behaves so strange

perl scope subroutine

Mojolicious template cache is stale

Capture short host name using built-in Perl modules?

perl

Perl Program to efficiently process 500,000 small files in a directory

Kill a process from perl script

perl system pid kill

Why $_ =~ "regular expression" is valid in Perl?

perl

What is the common idea of perl modules with Tie:: namespace?

perl naming tie

Eliminate the UserName from the "use" command

perl

Perl: hash does not allow alphanumeric keys in this special case

perl hash quoting

How do you delete a file that does not have a file extension?

perl

How can I make log4perl output easier to read?

perl logging log4perl

How can I handle proxy servers with LWP::Simple?

perl proxy lwp