Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Perl: How to "die" with no error message?

perl die

How to compare string date time in perl?

perl

What does "if (1)" do?

perl

How to build a MANIFEST file for a Perl module

perl perl-module

As a PHP developer thinking of making Perl a secondary strong suit, what do I need to know?

php perl

Does Perl have something similar to PHP's constant()?

php perl variables constants

How can I create an anonymous hash from an existing hash in Perl?

perl hash reference

What decides the order of keys when I print a Perl hash?

perl hash

Is it a good practice in Perl when instance methods call each other over a "$self" reference?

perl oop

What's the efficiency and quality of this shuffling algorithm?

How do I read back in the output of Data::Dumper?

How can I reduce Perl CGI script start-up time?

How do I shuffle two arrays in exactly the same way in Perl?

perl arrays shuffle

Install Perl module with assume yes for given options non-interactively

perl cpan

Why doesn't my Perl map return anything?

perl map

Perl Challenge - Directory Iterator

perl code-analysis

Is this the way to go about building Perl subroutines?

How can I write Perl that doesn't look like C?

perl coding-style

How do you check if a file is open using Perl?

perl file