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