Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"re"
Results:
Compare the speed of Perl and Python regexes
Keep data in client and fetch only changes
Testing a tree data structure in Perl
Use of uninitialized value $got in pattern match (m//) at Test/Deep/Regexp.pm line 57.
Getting started with Perl Dancer - Creating an Echo application
Python Lambda in Perl creating anonymous functions
Returning multiple values or a list from a subroutine in Perl
The curious case of implicit return
Understanding recursive subroutines - traversing a directory tree
Storing Password in an easy and secure way using Perl
Operator Precedence and Associativity
Skip tests if prerequisites are not installed
Detect recursion using state variables
How to capture and save warnings in Perl
Unique values in an array reference in Perl
CSV_XS ERROR: 2034 - EIF - Loose unescaped quote @ rec 5 pos 194
How to read a CSV file using Perl?
How to replace a column in a CSV file using Perl
Reading CSV file as many hash-es
Reverse Polish Calculator in Perl using a stack