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

Re: Perl: last evaluated value as a returned value for a subroutine. See inside

by choroba (Prior)
on Feb 21, 2013 at 17:05 UTC ( #1019985=note: print w/ replies, xml ) Need Help??


in reply to Perl: last evaluated value as a returned value for a subroutine. See inside

If you do not want the last value, return something else:

sub mySub { if ($R) { return; } else { print "CONDITION WORKS\n"; $R = "some string\n"; } }

Usually, your subroutine should return a value and not print anything, or it should print something, but then you should call it in a void context (or a boolean one, checking for success). Making it both print and return a value to be printed makes it harder for reuse.

لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ


Comment on Re: Perl: last evaluated value as a returned value for a subroutine. See inside
Download Code

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (11)
As of 2013-05-25 16:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (520 votes), past polls