Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

From Perl XS code, how do I recursively call myself?

perl xs

How to get the a list to show zeros for empty entries in Perl?

perl

Loading the needed packages on demand in perl

perl moose

Perl foreach loop variable scope

perl foreach scope

How do I find the case-preserved name of a file in Perl?

Why is my localized redefinition of a package sub not taking effect?

perl

How to replace a string in an existing file in Perl while not touching unchanged files

perl file

Interaction between 'Exporter', 'use vars', and 'local'

perl scope

How to apply/use Perl::Tidy with an existing Perl project?

Perl dispatches to other interpreters based on shebang line? [duplicate]

perl shebang

Why does use statement in sub apply globally?

perl module scope perl-module

Perl newXS() with closure added

c++ perl xs

How to search and replace multiple lines with multiple lines

bash perl awk sed grep

Rewriting old program using deprecated $*

perl

How to find and tail the Oracle alert log

database perl oracle bash

How to limit process memory utilization on Linux (e.g. using BSD::Resource)

linux perl memory

How can I safely pass a filename with spaces to an external command in Perl?

perl escaping

How to distribute native perl scripts without custom module overhead?

perl distribution bundle

VIM 7.2 Scripting problem with `:perldo` and multiple expressions

perl vim scripting

how to use Net::SSH::Perl with public keys?

perl ssh ssh-keys