Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Capitalize all letters after a period and a space

regex perl

What's the difference between piping elements or specifying them as arguments in a Perl one-liner?

perl bash ubuntu

How do I read args passed to the constructor and args passed by `use Module` in Perl?

perl perl-module

Is there a cron-like service written in Perl?

perl cron

Store the grouping element in two different array in perl?

regex perl

print() on a closed filehandle OUT at

perl io filehandle

delete every second word from a line using perl?

regex perl text

Perl module Test::MockModule and caller

perl mocking

How to make an array loop indefinitely?

In Perl, what is the meaning of if (s/^\+//)?

regex perl perltk

Using SOAP::Lite based on WSDL

perl authentication soap wsdl

monitor real memory usage in linux using perl and snmp

linux perl memory

Link a variable to a class attribute in Perl

perl oop attributes

Why is the result of system() in Perl not the exact exit code of my script? [duplicate]

perl

How can I monitor memory usage in Perl on Solaris?

How can I convert text to title case?

perl

Trimming an array (filled via DBI)

sql-server perl arrays dbi

Is there any thing similar to HttpURLConnection in Perl?