Toggle navigation
Perl Maven
Perl Tutorial
Pro
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
Methods, Functions and Subroutines in Perl and what is $self ?
String functions: length, lc, uc, index, substr
Organizing a test script with subtests
Don't put & in-front of subroutines in Perl
Deep recursion on subroutine
$SUBSEP
Global substitution with regexes - video
Subscripts
Type constraint instead of subtype
Perl Regex superpowers - execute code in substitution - what are /e and /ee ?