Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Regular expression equivalent to chomp

regex perl

Would compiling a regex into native assembly be faster than PCRE or other Regex engines? [closed]

c++ regex perl assembly pcre

How to remove CR LF end of line in Perl

perl

Perl Module to convert numbers to letter notation

perl perl-module

Perl: Return hash from subroutine

arrays perl hash subroutine

Perl: Convert array of keys and values into a hash

arrays perl hash

Breaking out of a 'do while' loop in Perl

perl

Python vs perl sort performance

How can I pass command-line arguments via file association in Vista 64?

How can I efficiently handle multiple Perl search/replace operations on the same string?

regex perl hash substitution

How can I write to Perl filehandles that I stored in array?

perl filehandle

Why doesn't "use lib" take effect in this way?

perl

How can I apply Unix's / Sed's / Perl's transliterate (tr) to only a specific column?

perl bash sed

How can I obtain unmodified command line arguments to "wrap" another command line tool?

perl bash command-line

How can I open a binary file in Perl, change ONLY the first byte, and write it back out?

perl binaryfiles

How can I dereference a hashref constant?

perl

`use` package scope: how to make it cross files?

perl

Difference between passing string "0x30" and hexadecimal number 0x30 to hex() function

perl decimal hex

Getting the list of files sorted by modification date in Perl

perl sorting date

How do I make a subroutine that accepts an array *or* a variable number of scalars?

arrays perl scalar