Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

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

In Perl how do you create and use an array of hashes?

arrays perl hash

Perl sprintf formatting of colored output

perl colors formatting printf

Either convert a glob to regex or have Perl handle glob patterns

regex perl glob

find folders with no further subfolders in perl

perl find

Is perl function dbh->quote still secure?

sql perl escaping

perl inside bash: How to call perl on a script saved in a string

bash perl sh

Signal handling in perl

perl

Greedy operator result is differ in positive and negative lookahead?

regex perl