Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

What is the easiest way to programmatically extract structured data from a bunch of web pages?

c# java apache-flex perl air

How can I create a Perl variable name based on a string?

perl symbolic-references

Why am I getting a syntax error when I pass a coderef to this prototyped Perl subroutine?

perl reference coderef

Is there a better way to pass by reference in Perl?

How can I get 100% test coverage in a Perl module that uses DBI?

perl testing code-coverage dbi

How do I install a CPAN module site-wide while local::lib is present?

perl cpan locallib padre

In Perl, how can I check if a file is locked?

perl

What is the equivalent of Perl's (<>) in Python? fileinput doesn't work as expected

Perl: how to share the import of a large list of modules between many independent scripts?

perl module

Perl's use encoding pragma breaking UTF strings

perl

How to remove invalid characters from an xml file using sed or Perl

regex perl sed

Find timezone from airport code using perl code

perl timezone gmt

How to avoid errors with perl command line parameters and use strict

perl command-line

How should I pass objects to subroutines?

What exactly is the difference between calling a method via "->" vs passing class/object as first parameter?

perl oop object

How can I get perl grep do perform regex expression capturing

perl

perl: how to understand @$ref[0]?

perl reference

How do I turn the return value of a Perl sub into an arrayref?

perl mojolicious

Template Toolkit, test for last iteration in a nested loop

perl template-toolkit

What does "my ($self, %myInputs) = @_;" mean?

perl perl-module