Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: I use return on a subroutine

by iblech (Friar)
on Nov 09, 2004 at 15:44 UTC ( [id://406364]=note: print w/replies, xml ) Need Help??


in reply to I use return on a subroutine

Usually, I don't use return for very small subs:

sub property { $_[0]->{property} }

I do use it for most larger subs.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://406364]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-25 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found