Beefy Boxes and Bandwidth Generously Provided by pair Networks BBQ
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

RE: RE: I use return on a subroutine

by BBQ (Curate)
on May 27, 2000 at 02:43 UTC ( [id://15142]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to RE: I use return on a subroutine
in thread I use return on a subroutine

Interesting... I do it the other way around!
my $txt2print = MySub('This text') or warn('MySub said 0'); print $txt2print; sub MySub { my $txt = shift; $txt = { do something here } or return(0); return($txt); }
or is that what you where saying all along?

Replies are listed 'Best First'.
RE: RE: RE: I use return on a subroutine
by elwarren (Priest) on May 28, 2000 at 15:18 UTC
    Sometimes I do this too. I guess it's just a matter of preference. Does anyone have a reason to use one or the other?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://15142]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.