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