Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Perl, make script timeout after x number of seconds?

perl timeout

How do I get the length of a Perl Unicode string input via Ajax or CGI?

ajax perl unicode utf-8

How can I lazily load a Perl variable?

perl lazy-evaluation

How do I run a script on the 1st working day of every month?

perl unix

In Moose, how can I tell whether one object's class is a subclass of another object's class?

How can I keep a set of objects in Perl?

Flip flop operator in perl

perl loops

perl - best way to create gzipped files

perl

Perl regular expression removing duplicate consecutive substrings in a string

regex perl substring

Different ways of opening file in perl

perl file

How do I find and count duplicate values in a perl hash

perl

for loop in Perl [duplicate]

perl

What does [] mean here?

perl

How to print 'AND' between array elements?

arrays perl

Perl: Unexpected match variables when using ?: operator

regex perl cgi taint-checking

What does the `->` syntax mean in Perl?

perl

How to parse multiple line, fixed-width file in perl?

perl parsing fixed-width

how to compare 2 strings by each characters in perl

Sed script to remove first two lines of file if they are empty

perl sed pattern-matching

What exactly does this subroutine do?

perl coding-style