Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: How to call a sub-routine ref

by PrakashK (Pilgrim)
on Oct 19, 2012 at 18:43 UTC ( [id://1000017]=note: print w/replies, xml ) Need Help??


in reply to How to call a sub-routine ref

Is the first one even correct? I get the Useless use of private variable in void context warning, when warnings are enabled.

Or, did you mean to say:

&$ref();

I prefer the second one, as it feels more consistent with the way the other references are used as well:

$aref->[...]; # as opposed to @$ref[...] $href->{...}; # as opposed to %$ref{...}

Replies are listed 'Best First'.
Re^2: How to call a sub-routine ref
by greengaroo (Hermit) on Oct 19, 2012 at 20:08 UTC

    You are right, I forgot the "&". Fixed.

    And I agree with what you are saying.

    There are no stupid questions, but there are a lot of inquisitive idiots.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-25 13:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found