Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How can I prevent PerlTidy from aligning my assignments?

perl perl-tidy

how to create methods from arrays or hashes in perl6

perl oop dynamic raku

in XML:TWIG, how to stop parsing once find the interested element

perl xml-twig

How do I implement the equivalent of nested Perl hashes in C++?

c++ perl stl

How can I extract child values from XML with Perl's XML::Twig?

xml perl xml-twig

Is it possible for a Perl script running on a Unix/Linux platform to create Windows Shortcuts?

windows linux perl unix shortcut

Why do I get "version (5.12.2) doesn't match executable version" with Perl's PAR?

perl par

What's the difference between "$^N" and "$+"?

regex perl variables

What is a better perl for windows [duplicate]

windows perl

Using a variable as a method name in Perl

perl perl-module

C#: Wrapping methods in other methods

c# perl moose aop

Handling Perl command line arguments with spaces from a bash script?

perl bash unix