Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"sub"
Results:
sub
Defining subroutines - video
Functions and Subroutines - video
Passing two arrays to a function
Python Lambda in Perl creating anonymous functions
Returning multiple values or a list from a subroutine in Perl
Subroutines and functions in Perl
The curious case of implicit return
Understanding recursive subroutines - traversing a directory tree
Variable number of parameters in Perl subroutines
Creating subtypes for Moose
AUTOLOAD - handling Undefined subroutines
Creating subroutines on the fly using Symbolic references
Lvalue substr - replace part of a string
String functions: length, lc, uc, index, substr
Substr - video
substr outside of string at ...
Is this IP in the given subnet?
Perl Regex superpowers - execute code in substitution - what are /e and /ee ?
Global substitution with regexes - video