Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How do I create a CSV file using Perl?

perl csv

Printing UTF8 in Perl?

perl unicode

Fastest way to delete files from a directory tree whose names contain a certain string

Why do you not use CPAN modules? [closed]

perl cpan

Regex matching specific value after a certain number of tabs

regex perl

Perl - Compare two nested hash

Embedded Perl script in Linux shell [duplicate]

linux bash perl shell

How to split a list in two over a condition?

XML::Simple is not detecting all elements

xml perl xml-parsing

`perl -pe` match only start of file?

string perl multiline

How do I wrap this shell command in Perl?

perl

RIFF WAV header format 2014 update?

perl audio wav riff

multiple sysreads causing a following syswrite to fail in Perl

perl sockets

Websocket and Perl CGI

javascript perl websocket

How do I print unique elements in Perl array?

perl arrays unique

Is it possible to repeat a captured group in the substitution in regular expressions? [duplicate]

How do I define an anonymous scalar ref in Perl?

perl reference scalar

Why are Perl source filters bad and when is it OK to use them?

perl source-filter

How can I determine if a Perl function exists at runtime?

perl introspection