Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

returning a lazily-computed scalar, in perl

perl fetch scalar tie

A Moose role of roles

perl roles moose

how do I manually add cookies to WWW::Mechanize's already existing cookiejar

perl cookies mechanize

How to copy all the files of a particular type using Perl?

perl file copy

Perl: Running a "Daemon" and printing

perl loops

How to Use Regular Expression to Look for the something NOT of Certain pattern

regex perl

How can I see if MYSQL truncated a field during an Update usint Perl DBI

mysql perl dbi truncated

In Perl, how can I convert a binary string to an integer?

perl string binary

Perl - replace regex match with arbitrary operation on regex

regex perl

Find all possible starting positions of a regular expression match in perl, including overlapping matches?

perl

Is it possible to set a breakpoint in the Perl debugger without modifying the source?

perl debugging

perl DBIx sqlite {sqlite_unicode=>1}?

Perl reading huge excel file

perl excel spreadsheet

Length of string in Perl independent of character encoding

Any suggestions for improving (optimizing) existing string substitution in Perl code?

regex perl string substitution

Bitwise NOT on hexadecimal numbers in Perl

regex string perl

Is this how to use hashes with JSON?

jquery ajax perl json

Perl Mechanize find all links within Div

html perl mechanize

Limits of multithreaded INSERTS in sqlite

perl sqlite

Reloading modules and redefining subroutines in Perl

perl perl-module