Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Perl STDOUT redirected to a pipe, no output after calling sleep()

perl pipe stdout sleep tee

Debugging a segfault in Perl

How can I write a subroutine for DBI inserts with varying number of values?

perl insert dbi

Print fails when using chomp()

Perlcritic: How can I resolve '^Magic variable "$ENV" should be assigned as "local"'?

Scalar or array function

arrays perl function scalar

How does Perl multiple-line regex matching interact with Unicode character properties?

regex perl unicode

Access and print nth element of sub array, for every array

arrays perl

Regex to remove parentheses around characters separated by white space

regex perl

Mocking Git Module that is internally used by another Module

perl unit-testing mocking

Avoid read-only forked() RAM allocation on exit in Perl

perl memory fork copy-on-write

Perl one-liner: Strip path from array to get only last name in path like basename

regex perl

grep from a substring to find the match string

regex perl grep

Perl statement seems executed, but somehow is not

Using a module or a feature in another package than where it is supposed to be used

perl

Behavior of python method in absence of return statement [duplicate]

python perl

How can this perl sub be optimised for speed?

performance perl

Scalar found where operator expected at <script>

perl moose