Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How do I replace multiple newlines with a single one with Perl's Regular Expressions?

regex perl

In Perl, how do I determine if there's a standard input present?

perl stdin

Why does XML::LibXML find no nodes for this xpath query when using a namespace

xml perl xpath libxml2

Bulk renaming of files based on lookup

python perl bash

using map to extract hash set of (key, value) matching specified value

perl map extraction

using bash command in perl

perl bash awk

Perl - How to find the key of a hash if you know the value?

perl hash

Why is FastCGI fast? [closed]

perl fastcgi

Perl line runs 30 times quicker with single quotes than with double quotes

linux perl bash

How can I change the date formats in Perl?

perl

perl: count unique elements in array

arrays perl counting

Compact way of getting file checksum in Perl

perl checksum

How to pass array and hash data types to subroutines arguments in perl?

perl debugging subroutine

Threading vs Forking (with explanation of what I want to do)

perl

Removing Lines and columns with all zeros

perl bash unix awk

How can I get Perl to give a warning message when a certain package/tag is imported?

perl import packages warnings

Is there a Perl equivalent of Python's re.findall/re.finditer (iterative regex results)?

python regex perl iterator

What is the scope of $1 through $9 in Perl?

regex perl scope

What does .*? regular expression actually means?

regex perl

Dollar notation in script languages - why? [closed]

php javascript python perl