Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How \1 works in perl regular expressions?

regex perl

Is it preferable to use lexical dirhandles in Perl?

perl file-io

Perl script in loop ends after one run

perl shell

Cross compiling perl for Android ld.lld: error: unable to find library -lpthread

android c++ perl

Using the indices from sorting a list in Perl to sort and index another

perl sorting

In perl is \*STDIN the same as STDIN?

perl reference stdin typeglob

How to expand a shell variable in a Perl command

shell perl

Is there a difference betwen qq(<text>) and "<text>" in Perl?

perl

When using multiple inheritance in Perl is there a way to indicate which SUPER function to use?

perl

Perl loop not printing out character

perl

How to use Getopt::Long method?

perl getopt-long

Can anyone explain why foreach worked but not map

perl hash dictionary exists

Why doesn't DBI's RaiseError always trigger my CORE::GLOBAL::die subroutine?

perl dbi

Why is my perl hash not returning values?

perl hash

Generate Excel output using Win32::OLE in Perl

perl

Perl: Trouble storing a huge hash on disk?

How to convert .xls file to .csv file?

perl csv xls

What is the correct stored value for umlaut "ü" in Perl?

perl unicode utf-8 diacritics

Perl regex - can I say 'if character/string matches, delete it and all to right of it'?

regex perl replace