Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How do I capture match-groups of alternation of a regular expression with split?

regex perl

Installing perl DBD::mysql fails on Mac Sierra with mysql brew install

Perl module for 'file' command?

perl file file-type

Inserting several "new" items into the database with DBIC

mysql perl hash dbix-class

What does flag `pIOK` mean?

perl xs perlapi

Regex substitution using a list element with just 3 digits index doesn't work as I expected

regex perl

In Perl, why can't you use __DATA__ as a seekable filehandle?

perl seek

du: Follow symlinks if symlink points to outside directories, don't follow otherwise

bash perl

Can perl sysopen open file for atomic writes?

How does Perl's regex implementation makes use of tries?

regex perl optimization trie

need perl to die when implicit open fails

linux perl

Some string values ("0", "", and " ") are defined, but (==undef)

perl undef

Why do @+ and @{^CAPTURE} differ in length?

regex perl

Perl Hashes: $hash{key} vs $hash->{key}

Cannot install Test::File on Perl 5.32.0 MacOS Sierra

perl cpan

Optimize Perl Script to Correlate Records Between Two Files

perl

What is the difference about subroutine has the * prototype between Perl 5.22 and before?

perl

Force Perl to stop special processing of command line arguments if -e eval switch is used

MySQL driver segfaulting under mod_perl - where to look for issue

mysql perl mod-perl

Stateful tail (only shows the new lines from the last execution)

perl tail persistent stateful