Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can I pause program execution for one second in Perl?

perl

How to avoid putting quotes around numbers with Perl JSON module?

How do I match "/*" in a regex?

regex perl

What does `$hash{$key} |= {}` do in Perl?

What's good practice for Perl special variables?

perl

Is there a more concise way to write this in Perl?

perl file

Hello world OOP example in perl?

perl

Why can't I write @F[1..-1] to get elements 1..last?

perl arrays syntax notation

How can I print a matching line, one line immediately above it and one line immediately below?

perl

Is there a better way to detab (expand tabs) using Perl?

perl

How can I fix my regex to not match too much with a greedy quantifier? [duplicate]

Sort function in Perl

perl

Why does @my_array = undef have an element?

perl arrays

How can I add time information to STDERR output in Perl?

perl

What does the "s!" operator in Perl do?

python regex perl

How can I quickly check if Linux `unzip` is installed using Perl?

linux perl

What's an easy way to print a multi-line string without variable substitution in Perl?

perl

Why shouldn't I use shell tools in Perl code?

perl

Is there a good obfuscater for Perl code?

perl obfuscation

Perl web-service (server) best practices