Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can I get the database name from a Perl MySQL DBI handle?

mysql perl dbi

What's the best Perl module for hierarchical and inheritable configuration?

How can I delete characters between < and > in Perl?

regex perl multiline

Is there a Perl equivalent for String.scan found in Ruby?

regex perl

How can I make the list of letters from A to Z and iterate through them in the shell?

perl unix shell awk csh

How can I check if I can call host() on a URI object in Perl?

perl uri

Should I use a lexical directory handle with opendir in Perl?

perl

What happens on this my declaration?

perl oop

How can I read from a Perl filehandle that is an array element?

perl arrays filehandle

How can I tell which subroutine I'm in?

perl subroutine

How can I parse user-agent strings in Perl?

perl perl-module user-agent

How can I acces read-only attributes of Moose objects?

perl moose

Why is my Perl loop off by one at the end?

arrays perl subroutine

How do I parse microseconds with Time::Piece strptime?

perl

Perl - Can I get paths related to where a script resides and where it was executed from?

How to centrally justify in printf function in Perl

perl

Why does Perl allow pass arguments by reference?

perl pass-by-reference

How to print file contents with filename before each line?

python perl bash scripting sed

How to remove last n number of numeric characters from a string in perl

regex perl character

How to get rid of imperative file opening in Perl?

perl file-io