Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Changing to a directory and then getcwd()

perl dirname getcwd

How can I use Mojolicious rendering in a standalone Perl script?

perl templating mojolicious

Perl Unit Testing -- is the subroutine testable?

Compare values of two hashes with mixed types

perl hash

How can I highlight text in Scintilla?

c# python perl ide scintilla

How do you use the Apache "ScriptInterpreterSource Registry-Strict" directive?

perl apache cgi

How can I parse a raw SNMP trap in Perl?

perl snmp asn.1

How can I tell what modules were originally provided with the specific Perl installation on a machine?

perl deployment perl-module

How can I use Smart::Comments in a module I load without changing its source?

perl command-line module

How do I execute an external script while capturing both output and exit code in Perl?

perl stdout stderr exit-code

How can I access forms without a name or id with Perl's WWW::Mechanize?

perl www-mechanize

How can I download IMAP mail attachments over SSL and save them locally using Perl?

perl email ssl imap attachment

What language cPanel/WHM panel server is done?

linux perl cpanel whm

How can I run multiple jobs from a large queue at the same time in Perl?

perl unix lsf

Is there any use in providing arguments as separate parameters to a system call using Perl?

perl

fork() and STDOUT/STDERR to the console from child processes

linux perl console fork

How can I tell a Perl function that takes a file to read from the special ARGV handle?

perl filehandle argv

Parsing of a logical expression and converting it to a tree in Perl

perl parsing logic

Perl Thrift client to Hive?

perl thrift hive

Perl push into a sorted array

arrays perl sorting