Re: Check if a given function returns something
- From: tom@xxxxxxxxxxxxxx (Tom Phoenix)
- Date: Fri, 29 Feb 2008 08:21:52 -0800
On Thu, Feb 28, 2008 at 4:28 PM, MK <halfcountplus@xxxxxxxxxxxxx> wrote:
# do not "use strict"
Why not?
The purpose of
return is to exit the subroutine at some arbitrary point and the return
value is limited (usually to indicate "success" or "failure").
What does "the return value is limited" mean? Can you give a concrete
example of what you're talking about?
--Tom Phoenix
Stonehenge Perl Training
.
- References:
- Check if a given function returns something
- From: Vijay Krishna
- Re: Check if a given function returns something
- From: Mk
- Check if a given function returns something
- Prev by Date: Re: Pattern matching problem
- Previous by thread: Re: Check if a given function returns something
- Next by thread: How to read from keyboard?
- Index(es):
Relevant Pages
|