Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"function"
Results:
Subroutines and functions in Perl
gettext function not found. Please install libintl at Makefile.PL
Exporting and importing functions easily
Restrict the import by listing the functions to be imported
String functions: length, lc, uc, index, substr
undef, the initial value and the defined function of Perl
Generate random numbers in Perl with the rand() function
What return is expected from a function?
Does the 'all' function of List::MoreUtils really short-circuit?
Attribute::Handlers to wrap a function
Memoization - speeding up function calls by caching of return values
Functions and Subroutines - video
Passing two arrays to a function
Python Lambda in Perl creating anonymous functions
$a - $b - Special variables when using sort(). Don't use them for anything else besides your sort function!
Mocking function to fake environment
String functions: index - video
Passing multiple parameters to a function in Perl
How to return nothing (or undef) from a function in Perl?
Always require explicit importing of functions