Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Setting default for undefined hash values

perl hash

What is this regex substitution "$content =~ s/\n-- \n.*?$//s" actually doing?

regex perl rt

LWP refuses to connect via HTTPS

perl https debian lwp

Perl grep nested hashes recursive

perl hash nested

String concatenation in Perl involing the output of functions and the like

perl string-concatenation

Why does my Time::Piece code give strange results?

perl datetime time

Is mod_perl dead?

apache perl mod-perl mod-perl2

Can't use string ("1") as a HASH ref while "strict refs" in use

perl

How to list XML node attributes with XML::LibXML?

xml perl attr xml-libxml

How can I skip elements in Perl list assignment akin to Haskell pattern matching?

Bracket code section in use strict / no strict?

perl strict

How to use Doxygen and Doxygen::Filter::Perl to generate documentation for Perl sub routines?

perl doxygen

Perl regex substitution using external parameters

regex perl substitution

Subroutine arguments as key-value pairs without a temp variable

Search and replace string in a very big file

How to get trace output from only the main package of a Perl program

perl debugging

Under what circumstances are END blocks skipped in Perl?

perl

How to resolve PintOS unrecognized character \x16

perl pintos

How to use negative lookbehind with quantifiers?

regex perl

use perl's qx{} / `...` operator with a list of arguments

perl backticks qx