Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: (almost) foldl

by ikegami (Patriarch)
on Jun 14, 2011 at 22:14 UTC ( [id://909658]=note: print w/replies, xml ) Need Help??


in reply to Re^4: (almost) foldl
in thread (almost) foldl

There's no sarcasm. What I said should be interpreted literally.

$_[0] is not created

It didn't exist before splice(@_, 0, 0, 1) and your equivalent, and it does afterwards. That's the very definition of created.

(If you're gonna argue that $_[0] did exist, then its $_[$#_] you created.)

Where splice and my create the variable differs, but both create a new scalar variable.

The rules say "no extra vars",

Again, you've created a whole bunch of vars. If you're not subject to your rule, I'm definitely not.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-26 00:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found