Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

switch vs. given vs. for-when vs. if-elsif-else in Perl

Why does Perl allow functions to be declared without being defined?

perl

How to encode special characters in e-mail-adresses

Why are "1...2" and "1....2" not syntax errors?

perl

How to convert a number to an arbitary base in perl?

perl base-conversion

WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version

mysql perl dbi

Searching FASTA file for motif and returning title line for each sequence containing the motif

perl bioinformatics fasta

Perl regex /o optimization or bug?

regex perl

How do I create a CSV file using Perl?

perl csv

Printing UTF8 in Perl?

perl unicode

Fastest way to delete files from a directory tree whose names contain a certain string

Why do you not use CPAN modules? [closed]

perl cpan

Regex matching specific value after a certain number of tabs

regex perl

Perl - Compare two nested hash

Embedded Perl script in Linux shell [duplicate]

linux bash perl shell

How to split a list in two over a condition?

XML::Simple is not detecting all elements

xml perl xml-parsing

`perl -pe` match only start of file?

string perl multiline

How do I wrap this shell command in Perl?

perl