Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How to use GetOptions utility to handle 'optional' command-line arguments in Perl?

Convert MD5/SHA1 hash from binary to hex digest

perl md5 hash

Regex to match only innermost delimited sequence

regex perl delimiter lookahead

Perl "Not an ARRAY reference" error

perl hash

How do I translate this Perl regular expression into Java?

java regex perl

Perl - Best practices when sending blocks to subs

perl

How can I replace a particular character with its upper-case counterpart?

perl

Perlcritic config - finding the names of the policies that generate an error?

perl perl-critic

Check if file exists even on PATH

perl

Making SQlite3 inserts faster using Perl API

perl sqlite

How to find the nth character or digit in a string using REGEX in Perl

regex perl

Perl - replacing sequences of identical characters

regex perl

perl - using backticks instead of system()

Perl Algorithm:Permute and List::AllUtils (uniq)

perl

Extract the required substring from another string -Perl

string perl split grep

How to limit module scope to a subroutine?

perl scope

How to get first n key-value pairs from a hash table in Perl

perl hash

Perl Search and replace in 400'000 files

regex perl

Perl encapsulate class variable?

How do I match across newlines in a perl regex?

regex perl shell