Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can I download Yahoo Groups?

How do I schedule one-time tasks from a Perl CGI application?

perl cgi scheduling at-job

Managing Perl habits in a Python environment

python perl transitions

How can I handle arrow keys in a Perl script under cygwin?

windows perl cygwin

What's wrong with this findnodes statement in my Perl's script?

perl xpath libxml2

How do I make the 32-bit Perl read the 64-bit Windows registry?

windows perl 64-bit registry

Perl: Recursively rename all files and directories

linux perl

How can I print lines that match a pattern in Perl?

regex perl

How do I elegantly print the %z (timezone) format in Perl on Windows?

windows perl timezone rfc822

How do I use Perl's WWW::Facebook::API to publish to a user's newsfeed?

perl facebook

In Perl, how can I call a method whose name I have in a string?

perl string oop methods symbols

Implementing a scrabble solver

c perl

Where is the documentation for Perl's builtin `Internals::` package?

perl module internals

How do I convert epoch time to normal time in Perl?

perl epoch localtime

How can I create a Crypt::RSA object from modulus, exponent, and private exponent?

php perl rsa

Sockets code in Rakudo Perl

perl raku rakudo rakudo-star

Validate XML using LibXML

xml perl validation libxml2

How can I recover from a timeout with Perl's WWW::Mechanize?

perl www-mechanize

How can I serialize a closure in Perl?

How can I implement binary search in Perl?

perl binary-search