Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Using & in function calls

by TimToady (Parson)
on Sep 29, 2007 at 17:10 UTC ( [id://641706]=note: print w/replies, xml ) Need Help??


in reply to Using & in function calls

Note also that & changes meaning slightly in Perl 6, where it's merely a noun marker. So &foo just names the foo routine without calling it. (And there's no magical @_ passing anymore.) To call foo you must either use it bare as a verb or explicitly dereference the noun with postfix parentheses.

Log In?
Username:
Password:

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

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

    No recent polls found