Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How do I find a date which is three days earlier than a given date in Perl?

perl date

Perl, how to lowercase all hash values?

perl hash lowercase

How can I check that a perl version is not greater than some value?

perl

How does Perl decide which order to evaluate terms in an expression?

What's the best way to write a maintainable web scraping app?

How can I avoid this error produced while using 'strict'?

Is there a CPAN module for converting seconds to English?

How to get a unique filename in perl

perl temporary-files

How can I search for (escape) a dollar sign using ack?

regex perl unix ack

How do you access the HTTP basic authentication username from perl?

What is the difference between "perl test.pl" and "./test.pl"?

perl

How can I match IPv6 addresses with a Perl regex?

regex perl ipv6

Why is Perl commonly used for writing CGI scripts?

perl search performance cgi

Perl equivalent of Ruby's `reject!`?

ruby perl arrays

Why do I use up so much memory when I read a file into memory in Perl?

perl gzip

Perl 5 - Iterator

Obfuscation Puzzle: Can you figure out what this Perl function does? [closed]

perl obfuscation puzzle

How can I issue an HTTP POST request using only standard Perl libraries?

perl

Perl Regex Match and Removal

regex perl

Traversing a multi-dimensional hash in Perl