Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Find the item in an array that meets a specific criteria if there is one (Perl)?

arrays perl

How can I count the amount of spaces at the start of a string in Perl?

regex perl

What is the CORE:match (opcode) subroutine in Perl profiling?

perl profiling subroutine

What is the easiest way to do XPath querying of XML data in Perl?

xml perl xpath cpan

Make the Moose constructor ignore undef arguments

perl moose

How do I do the same thing as reference using typeglob in perl?

perl reference typeglob

How can I find the newest .pl file in a directory and all its subdirectories using Perl?

How do I efficiently create a perl hash of consecutive numbers?

perl hash numbers sequence

Making a perl array unique

arrays perl unix uniq

Extraction and printing of key-value pair from a text file using Perl

perl search hash extract

sysopen example doesn't work

perl

How to split a path in perl with full filename?

perl path split

What does [\0-9] mean in regex (perl)?

regex perl

How to convert Hex to RGB? (perl)

perl hex rgb

Foreach on hash variables in Perl

perl hash foreach

Round or ceil function in Template Toolkit

perl catalyst

Maximum integer in Perl

perl integer max limit

Why I can't do "shift subroutine_name()" in Perl?

perl

To split at whitespace in Perl

perl

Can you colorize specific lines that are grepped from a file?

bash perl awk sed