Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Perl next if regex stored in array

arrays regex loops perl

Perl XML/SVG Parser unable to findnodes

perl parsing svg libxml2

Why does sv_setref_pv() store its void * argument in the IV slot?

perl xs

Perl :: Translate String "yyyy.mm.dd.hh.mm.ss" into DateTime object?

How to insert an element into array shifting all others right?

perl

perl code to find and substitute a pattern

regex perl

Accessing a MooseX::ClassAttribute in a Moose::Role

perl moose

Break down JSON string in simple perl or simple unix?

objective-c c json perl unix

How to display the number of subroutines and their names in a perl script at the time of its execution?

regex linux perl

How can I find and replace text in XML using Perl?

xml perl replace find

Escape all double quotes inside a single quoted string with Regex [duplicate]

How can I customize tab completion in Perl's Term::Shell?

perl tab-completion

OpenOffice::OODoc stylize text within a paragraph

perl openoffice.org cpan

What's the difference between (ab)+? and (ab)+ when I use it in boost:regex? [duplicate]

regex perl

Using a collating sequence specified in an LDML file for doing a line sort

sorting perl unicode icu

Can't use numbers in certain instances for perl hash keys?

perl key

How do I implement my own escape sequence when using split() in perl?

perl split delimiter escaping