Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can I translate Linux keycodes from /dev/input/event* to ASCII in Perl?

linux perl ascii keycode

How can I convert an ISO8601 timestamp into unix time in Perl?

Perl: Why is it slower to declare (my) variables inside a loop?

perl interpreter strict

Get filesize with -s in Perl

perl filesize

How do I get the first item from a function that returns an array in Perl?

perl

How do I link a static C object file to Perl?

perl static object

How can I call a subroutine whose name is a value in a hash, in Perl?

perl hash subroutine

How can I prevent Perl from using a module, for testing purposes?

perl testing

Is a plain-text password in a CGI script a security hole?

Perl equivalent of Python's list comprehensions with the embedded if statement?

python perl

Processing a large xml file with perl

xml perl sax libxml2

while vs foreach when reading from STDIN [duplicate]

perl loops foreach while-loop

Scalar with lines to array

arrays perl

Why is vim indenting my Perl code incorrectly?

perl vim indentation vim-perl

How can I call a function name defined in a literal string in perl?

Regex: How to remove extra spaces between strings in Perl

How severe is it if we do not close a file in Perl?

perl file-io file-handling

Case Insensitive Unique Array Elements in Perl

perl uniq

How to include a file that contains all the required Perl module names?

perl perl-module

Run perl subroutine in the background

perl process