Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Perl `split` does not `split` to default array

perl split

How do I cleanly extract MySQL enum values in Perl?

mysql perl enums dbix-class

Is there a CPAN module to parse nested parentheses?

perl cpan

How do I determine if an object implements a method in Perl?

How do I find out the filename of a Perl package?

perl packages cpan filenames

How can I skip lines when slurping a file in Perl?

perl

How do I find the standard site_perl directory for Perl?

perl

How do I insert a line at a specific row in multiple files on Unix?

perl unix sed

What did Perl's $* variable used to do?

perl predefined-variables

Question about the foreach-value

perl foreach

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