Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Can I generate a SHA1 in Perl or PHP?

php perl hex sha1

Do both alternatives match when using | in Perl regular expressions?

regex perl

perl : how to split?

regex perl split substr

Avoid long lines in Perl scripts

perl coding-style

Changing the class of a Perl object to a subclass

perl oop object

loop over JSON using Perl [duplicate]

json perl

Is Perl optimized to skip remaining logic operands if the answer is already decided?

perl optimization logic

What does "last" do in Perl?

perl

What is a good way to determine dates in a date range?

Is there a CPAN module that digests a short string into a short number?

perl hash module md5 cpan

How can I keep only the first five lines in a Perl scalar?

regex perl lines scalar

Using Perl, how can I sort an array using the value of a number inside each array element?

regex perl algorithm sorting

Why does Perl's File::Copy appear to silently fail?

How do I import environment settings into my Perl program?

linux perl environment

awk or perl one-liner to print line if second field is longer than 7 chars

perl awk

How do I make a member of a class a hash in Perl?

perl class hash object

What is setting $VERSION good for?

perl

How can I check if a Unix process is running in Perl?

perl

Print all matches of a regular expression from the command line?

regex perl grep

Perl: Why would eq work, when =~ doesn't?

perl