Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

What kind of data format is this?

Run screen from Perl

java linux perl bash gnu-screen

Why is raising plackup (or starman) memory usage?

perl plack psgi

What else can i do 'sleep' when the sleep() can't work well with alarm?

perl sleep alarm

Example for several (fastcgi/uwsgi/scgi/proxy_pass) Mojolicious apps in the same nginx virtual host?

Have a regular expression keep matching as much as possible?

regex perl

Preserve YAML order perl

perl module yaml

How can I auto-indent XML nodes with XML::LibXML?

xml perl xml-libxml

Can DBI statement handles use cached calls to execute()?

performance perl dbi

Is there a way to check for admin rights in Windows with Perl?

perl

Identifying Duplicates in CouchDB

Globals and Threads in Mojolicious for handling different paths

DBI: Connect to a different database if the first database doesn't exist

mysql perl dbi

Perl / Moose - How can I dynamically choose a specific implementation of a method?

perl moose

Is else slower than elsif?

How to use the same SQLite3 database from multiple Perl processes?

perl sqlite

Spreadsheet::WriteExcel conditional formatting based on other cell value

perl excel

Perl - HTTP::Proxy capture XHR/JSON communication

perl forex

How do I specify a minimum perl version for my distribution in Dist::Zilla dist.ini?

perl version dist-zilla

Using Perl to parse a CSV file from a particular row to the end of the file

perl csv perl-module