Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

What does the ^= operator do in Perl?

perl

perl: split array into matches and non-matches

arrays perl

Does perl optimize foreach over a range?

perl iteration

How can I use an external lib in a BEGIN block

perl

Read-write lock in Perl

multithreading perl

How do I compare two objects in Perl without coercing them to the same type?

perl

Perl regex working in online PCRE tester but not in perl command

html regex bash perl pcre

How to use /usr/bin/env perl functionality along with perl arguments?

Two greedy quantifiers in the same regex

Perl: constants and compile-time vs runtime hash lookups?

perl hash constants

Using Perl in-line edits, how do you insert a line after the Nth occurence of a string?

regex perl scripting

Unintentionally adding keys to hash while iterating

How to see syntax errors reported with actual line numbers in the parent script when Perl is embedded within shell script?

Why would the rollback method not be available for a DBI handle?

perl module dbi rollback

How do I iterate over/dereference an array of subroutine refs in Perl?

perl function iterator

How do I convert a date into epoch time in Perl?

perl datetime date epoch

Perl's diamond operator: can it be done in bash?

How do I remove the <opt> tag in XML::Simple output?

ruby xml perl

When setting up Perl code to run as either a script or module, what is the reason for __PACKAGE__?

perl module

What's a simple reference or cheat sheet for nested data structures in Perl? [closed]