Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How to fix ActivePerl's PPM "database disk image is malformed" error?

sqlite perl activeperl

Perl throws "keys on reference is experimental"

perl cgi

How to call a function (defined in shell script) in a Perl script

linux shell perl unix external

What is the future of Class::DBI?

database perl class-dbi

How can I "use lib" the appropriate directory depending on installation location?

perl

How do I dereference a hash that's been returned from a method of a class?

perl class hash dereference

Can we run two simultaneous non-nested loops in Perl?

perl loops simultaneous

How can I decode UTF-16 data in Perl when I don't know the byte order?

perl decode utf-16

Perl, using variable from within While loop outside of the loop?

Test::More doesn't know if test dies - so how do I test?

perl testing module

How to monitor which processes access a particular file in Unix?

c++ c perl unix shell

Where can I find a concise guide to converting an existing CPAN module to use Dist::Zilla?

perl cpan dist-zilla

Calling a subroutine in OOP Perl

perl oop package perl-module

Installation error for DBD::MySQL on OSX v10.6.6

Find week of a year given the date in mm/dd/yyyy

perl date time dayofweek

Perl: function returns reference or copy?

perl function return-type

Perl CSV to hash

perl csv hash

Calculate 100 factorial with all the digits

perl factorial bigint

Print first few elements of a list in perl

perl

Converting \x escaped string to UTF-8 [duplicate]

python perl unicode