Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: problems passing variables between subroutine

by GrandFather (Saint)
on Sep 05, 2012 at 02:04 UTC ( [id://991721]=note: print w/replies, xml ) Need Help??


in reply to Re: problems passing variables between subroutine
in thread problems passing variables between subroutines

Please don't encourage needless use of prototypes!

Also in simple cases passing arrays by reference serves only to obscure the code so don't do that. Just because a technique fixes a problem in some cases, doesn't mean it should be used in all cases. Be selective about the habits you acquire and apply them along with a little consideration rather than blindly following a set of rules.

True laziness is hard work
  • Comment on Re^2: problems passing variables between subroutine

Replies are listed 'Best First'.
Re^3: problems passing variables between subroutine
by Anonymous Monk on Sep 05, 2012 at 09:11 UTC

    Also in simple cases passing arrays by reference serves only to obscure the code so don't do that.

    Nonsense

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-25 19:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found