Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"return"
Results:
return
How to return nothing (or undef) from a function in Perl?
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
Dancer2: Return JSON
What return is expected from a function?
Memoization - speeding up function calls by caching of return values
What should setters return? (Examples with core Perl OOP)