Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Perl: Copy file from one location to another

perl move

How can I 'require' a Perl library addressed by a path returned by a subroutine?

perl

How to pass optional parameters in Perl? (For a beginner)

perl subroutine

Perl LWP: why does IO::Socket::SSL use TLS 1.0, while Net::SSL uses TLS 1.2?

perl ssl lwp io-socket-ssl

How to debug a perl program starting from a specific line?

perl debugging foreach

Does opening a pipeline in Perl involve a shell?

shell perl unix pipe

Is postderef syntax on hashes supported?

perl hash postfix-notation

How to do chained regex in Perl?

regex perl

cross platform unicode support

How can I get a script's output to be copied to the Windows clipboard?

How can I get the number of pages in a PDF file in Perl?

perl pdf pdflib

How can I use awk or Perl to increment a number in a large XML file?

perl awk

How can I implement server-side rate limiting for a Perl web service?

perl cgi throttling

Perl Getopt::Long Related Question - Mutually Exclusive Command-Line Arguments

perl command-line getopt

"Cannot decode string with wide characters" appears on a weird place

perl unicode

What's the proper way to create a BUILD method in MooseX::Declare?

perl moose

How can I set the Cache-Control header for every response in Catalyst?

What's the history of the + in front of a hashref that disambiguates from a code block?

perl syntax hash

Why does Perl's Archive::Tar run out of memory?

perl archive-tar

How do I create Perl module templates for more than one module in the same namespace?

perl