Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Why does PerlIO::encoding insert an additional utf8 layer?

perl encoding

Overloading '=' in Perl

Why do I get "Error Parsing Time" when I use the format string "%FT%T" with Time::Piece->strptime?

perl datetime

Perl Dancer Template headers, footers

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