Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^6: Unexpected parsing

by ikegami (Patriarch)
on Dec 16, 2009 at 17:08 UTC ( [id://813037]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Unexpected parsing
in thread Unexpected parsing

Because, IMO, functions take values (even if they are references or aliases), do something when called at runtime, and return zero or more values.

At runtime, It takes the name of a variable, allocates it* and returns the named variable as an lvalue.

* — The implementation differs, but this is the intent of my and it should be the perceived effect.

return isn't a function either

It is a function. It's not a function in the functional programming sense — it has side-effects — but that's not relevant here.

More specifically, perlfunc documents named operators, and return is one.

If you're going to add colons, why not semi-colons? Braces?

Semicolons can't appear in expressions. As for braces, both constructs such as do {} and the anon hash contructor *are* mentioned in perlop.

Log In?
Username:
Password:

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

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

    No recent polls found