Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Perl: Performance of array-insert using 'splice()' VS linked-list

How to use perlapi/ XS in an XSUB for array element insertion and removal

arrays perl xs

How to get the number of the corresponding characters at the start of a string

string perl compare

How to include a data file with a Perl module?

Accessing variable outside foreach loop

perl

how to pass command line arguments to perl script file in one-line

perl

perl - cutting many strings with given array of numbers

arrays string perl cut

Replacement of PS1 variable in .bashrc using Sed or Perl

linux bash perl sed ps1

In Perl, how can I use multiple threads to process parts of a large array?

multithreading perl

How to make this nested loop continue in perl?

perl hash

How to load STDIN for a backtick in perl (without writing to a temp file)

perl command line equivalent of php -E

perl command-line

perl match function for C program

perl

Group membership of a specific user in Perl using Net::LDAPS

perl ldap ldap-query

How do I write a regex that performs multiple substitutions on each line, EXCEPT when the line starts with a certain string?

regex perl

map perl looping from value

perl mason

How can I create an object whose derived class is specified implicitly by the creation properties?

Perl looping through a hash produces strange value

perl

Perl %{$var} vs %$var

perl hash dereference

Why does my regular expression fail with certain substitutions?

regex perl