Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Any suggestions for improving (optimizing) existing string substitution in Perl code?

regex perl string substitution

Bitwise NOT on hexadecimal numbers in Perl

regex string perl

Is this how to use hashes with JSON?

jquery ajax perl json

Perl Mechanize find all links within Div

html perl mechanize

Limits of multithreaded INSERTS in sqlite

perl sqlite

Reloading modules and redefining subroutines in Perl

perl perl-module

Using perl, how do you process a regex taken from command line input?

regex perl

Can't create an instance of WWW:Mechanize::Firefox

Perl: how to make variables from requiring script available in required script

Is there a way make perl compilation fail if a hash key wasn't defined in the initial hash definition?

perl hash compiler-errors

Perl - regex - Position of first nonmatching character

Python-equivalent string formatting with dictionary in Perl with hashes

How to change exponential number format to the floating-point format in Perl

perl

Why is @ARGV undefined inside this Perl one-liner?

perl

Can I control the value of a Moose object when used in a scalar context?

perl object overloading moose

Fast multiplication of very large numbers in perl

How to remove escaped characters in filenames?

linux perl bash

Format of CSV not correct?

How can I generate a list of words from a group of letters using Perl?

Asynchronously running perl's backticks

perl asynchronous backticks