Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can I break out of recursive find function once a specific file is found?

perl recursion file-find

How do I do Perl machine or platform dependent TDD?

Can I install a pre-configured Perl binary package in my home directory?

How do I handle both caught and uncaught errors in a Perl subroutine?

perl error-handling die

What is the best way to customise parts of an existing Perl program for multiple customers?

perl inheritance subclass

Where in the documentation does it say that while tests readdir for definedness?

perl perldoc

How do you specify a package version in Perl?

perl version perl-module

How can I render only a specific `BLOCK` in a Perl's Template Toolkit?

perl template-toolkit

How do I convert Perl's pack 'Nc*' format to struct.pack for Python?

python perl struct pack

How can I do a conditional substitution in Perl?

regex perl

Perl Moose Method Modifiers: Call 'around' before 'before' and 'after'

perl methods moose

String corruption and nonprintable characters using XML::Twig in Win32 Perl

How can my Linux daemon know when a Windows program has stopped writing a file that I access through SAMBA?

How can I extract fields from a CSV file in Perl?

perl csv

How can I create columnar output in Perl?

perl printf

How do I conditionally compile C code snippets to my Perl module?

perl swig xs

Override variables while testing a standalone Perl script

perl testing

How can I use the match variable $1 following a substitution in Perl?

perl

What do I gain by filtering URLs through Perl's URI module?

perl url uri

How to have Moose return a child class instance instead of its own class, for polymorphism

perl polymorphism moose