Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Open a file and overwrite the file with adjustments and no backup

perl file-io

Why does XML::Twig output the extracted string twice?

xml perl xml-twig

OR condition in regular expression in perl

regex perl

Accessing class variables in inherited function?

perl inheritance

Is there a way to get the progress of a file transfer using move function in a Perl script?

print a same line several times in perl

perl

Using Template Toolkit to tick a checkbox without using multiple loops

Selective printing of text block only there's a line match

regex perl

How to share a filehandle between threads in Perl?

perl sockets http

Regexp::Common::URI::http - can it find URLs with a dash e.g. my-website.domain.com

perl http uri

DBIx Class Row virtual/non-persistent columns

how to use a subroutine if some module is already installed

perl

Threaded timed loops in Perl

multithreading perl timer

Creating a hash in Perl

perl hash

replace two newlines to one in shell command line

perl shell replace sed newline

Moose - coercing from Num to ArrayRef[Num]?

perl moose

help with perl regex rules

regex perl

How can I avoid warnings when checking element in array for numeric equivalency to zero even though some elements are character strings?

perl

Python use regex match object in if statement and then access capture groups like Perl

python regex perl