Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Perl: Opening File

perl

What do square brackets do in Perl?

perl literals

Perl seek function

perl seek

What is @ISA in Perl?

perl perl-module

Why does Perl thinks that `1 and 0` is true?

perl boolean

How do I format dates in Perl?

perl date templates

How can I easily bulk rename files with Perl?

perl file rename bulk

How do you create a callback function (dispatch table) in Perl using hashes?

Can't turn off buffering in Perl using $|=1;

perl

How can loop through perl constant

arrays perl loops constants

Perl sub inside a sub

perl

Is it good to use my with loops in Perl?

perl

How do I output each Perl array element surrounded in quotes?

perl arrays string

How can I prettify Perl code generated by Perl?

perl code-formatting

How do I make Perl scripts recognize parameters in the Win32 cmd console?

perl scripting winapi cmd

Why does Perl and /bin/sha1 give different results?

perl sha1

Why can't I use a Perl variable's value to access a lexical variable name?

How to call a Perl script from Python, piping input to it?

python perl domainkeys dkim

Is there a tool for extracting all variable, module, and function names from a Perl module file?

perl module static-analysis

How can I pass the elements in a Perl array reference as separate arguments to a subroutine?

perl reference dereference