Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can I compile my Perl script so to reduce startup time?

perl

How can I easily test if XML file is well-formed in Perl?

xml perl validation

Are perl packages autovivified? How exactly do they work?

perl

JSON encode/decode utf8 strings in Perl

json perl utf-8

Script to remove first line from all the text files in a directory

perl

What is the best way to gunzip files with Perl?

performance perl gunzip

Regular Expression WhiteSpace Character that Excludes Newline [duplicate]

regex perl

alternative for command line "sort | uniq -c | sort -n"

perl shell sorting awk count

How to remove strings which do not start or end with specific substring?

regex perl

How can I create all subsets of size smaller than n in Perl?

perl recursion set

How does scoping work in Perl modules?

perl module scoping

Why don't my Perl regexes correctly extract a filename from a path?

perl

Using map and grep to find file names with underscores

regex perl

How can I emulate 'grep -B' functionality in Perl?

regex perl grep

How to suppress the default mod_perl error page in legacy CGI script using ModPerl::Registry

Open and read a lot of files with the same ending using Perl

perl loops

Why can't I replace all in a string and instead I get back an empty string?

regex string perl replace

Can't call method "headers" on an undefined value at search.pl line 10

perl mojolicious

Perl one liner to add text at last but one line of a large file

perl

Scripting VLC to capture first frame of a video - can't get command line to work

macos perl command-line vlc