Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Using Perl to parse a CSV file from a particular row to the end of the file

perl csv perl-module

Python as "perl -pe", execute Python command for every line in stdin [duplicate]

python perl sed awk

Perl, DBI and the MySQL delimiter

mysql perl dbi delimiter

Checking if an SSH tunnel is up and running

linux perl telnet ssh-tunnel

is_quoted() method in Text::CSV perl module

perl csv perl-module

What's the recommended replacement for Perl's deprecated-ish given/when?

perl switch-statement

Vim syntax folding with perl

perl vim folding

File::Find::Rule and file separator

perl file-find

Limiting scroll bar length

perl tkinter tcl tk perltk

Inappropriate I/O control operation

perl syntax-error

What is the best way to add comments to multi-line quoted words?

perl

Range operator; flip but prevent flop, and make immediate flip

perl

I cannot Connect to any HTTPS site using LWP::UserAgent

perl ssl https lwp lwp-useragent

unexpected result of string concatenation

perl

Does the Marpa parser library support error recovery?

Text::SpellChecker module and Unicode

perl unicode utf-8 perl-module

What is difference between installing a perl module and copying whole folder?

perl perl-module

How do I alias a long package name without affecting the main package?

perl perl-stash

Why is using a regex pre-compiled with qr slower than using a constant regex?

perl

How to normalize a path in Perl? (without checking the filesystem)

perl path filepath