Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Unpacking ArrayRef into X separate arguments

perl

Add new nodes/elements to XML::LibXML object

xml perl xml-libxml

Using Perl and Win32::OLE, how can I convert a numbered list in a Word document to plain text?

perl ms-word win32ole

CSV and fields with spaces

perl csv

How can I match multi-line patterns in the command line with perl-style regex?

Round brackets enclosing private variables. Why used in this case?

perl

Variables in Perl subroutines do not release the memories

perl subroutine

Nested closures and captured variables

Daemonize a perl script

perl daemon

Perl parsing JavaScript file regex, to catch quotes only at the beginning and end of the returned string

regex perl

CPAN installing modules into perl5 instead of site_perl

perl cpan

Override die in Perl and still return correct exit code on Windows

perl

Generating HTML dynamically in modern Perl web frameworks

html perl cgi template-toolkit

Using WWW::Mechanize, how do I add a lower case header with an underscore?

perl www-mechanize

Force readonly when connecting to sqlite file

perl sqlite dbi

Perl not running in Windows 10

Converting times before the year 999 to epoch

perl time epoch

Trying to create a string with template values and unit test that the template is processing correctly

Why is (a=>1,b=>2){a} a syntax error?

perl

Import C function into Perl program

c perl