Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Does Ruby offer an equivalent of Perl's use strict? [closed]

ruby perl

What exactly mean the ${...} in the perl?

arrays perl

How can I mock a sub in another module?

Preserving White Space in qw

perl

Perl + DBI + MySQL: How To Run Multiple Queries/Statements [duplicate]

mysql perl dbi

Perl's caller() function returning incorrect line number

perl

Using 64 bits integers with Perl XS

c perl xs

Perl: Calculate number of days by converting to seconds

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?