Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

given/when with undefined value

How do I make 25 requests at a time with HTTP::Async in Perl?

perl http asynchronous

R Regex / gsub : How to collapse spaces in a string

regex perl r gsub

Mechanical Turk API: Why is HITReviewStatus always "NotReviewed"?

perl api mechanicalturk

Read MS Word table data row wise using win32:ole perl

Formatting a Shipping Address by Country in PHP (or Perl)

php perl street-address

full working HelloWorld example for perl + SOAP + WSDL from a tarball

perl soap

Why might Perl allow for http websites using TOR but not https?

perl https tor

Web crawler using perl

perl web-crawler

Run batch as Admin (auto-elevate) and then de-elevate

How expensive is it to dereference an array ref in Perl?

perl dereference

DOES vs ISA in UNIVERSAL

perl oop

How do I run a Plack request handler in background?

multithreading perl plack

How can I tell if a Perl module is actually used in my program?

perl

In Perl, why is a utf-8 string printed differently when split into characters?

Wide character error using utf8 pragma with HTML::Laundry

perl perl-module

Non-determinism in encoding when using open() with scalar and I/O layers in Perl

Perl shared variables atomicity and visibility

Marpa: Can I explicitly disallow keywords as identifiers?

perl parsing marpa

Translating Perl to Ruby - modules vs. classes

ruby perl namespaces