New posts in perl

Worst Case Analysis for Regular Expressions

Why is the Switch module deprecated in Perl?

How do Perl method attributes work?

Why are use warnings; use strict; not default in Perl?

Regex Group in Perl: how to capture elements into array from regex group that matches unknown number of/multiple/variable occurrences from a string?

Using Encode::encode with "utf8"

Do you use an exception class in your Perl programs? Why or why not?

Is there a better way to determine elapsed time in Perl?

How do I convert a date/time to epoch time (unix time/seconds since 1970) in Perl?

"End of script output before headers" error in Apache

What's the differences between system and backticks and pipes in Perl?

What does !! (double exclamation point) mean?

What does =~ do in Perl? [closed]

reinstall spamassassin (broken perl)

Remove duplicates in each line of a file

Python Regex Sub - Use Match as Dict Key in Substitution

How to use shell variables in perl command call in a bash shell script?

Today's Date in Perl in MM/DD/YYYY format

How can I maintain the order of keys I add to a Perl hash?

In Perl, how can I find the index of a given value in an array?