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

Re^8: Can I check if a loop's scope is entered for the first time? (Devel::Callsite)

by TheDamian (Vicar)
on May 08, 2018 at 14:48 UTC ( [id://1214222]=note: print w/replies, xml ) Need Help??


in reply to Re^7: Can I check if a loop's scope is entered for the first time? (Devel::Callsite)
in thread Can I check if a loop's scope is entered for the first time?

No question. It would definitely be better.

Unfortunately, there's no way to give each_value() a prototype
that allows it to also take a thunky block as an argument...in addition
to all the other argument types (hash, array, reference) it currently takes.

The current declaration is:

sub each_value (+) {...}

but, to be able to accept a block it would require:

sub each_value (&) {...}

and there's no prototype marker than allows both. :-(

Damian

Replies are listed 'Best First'.
Re^9: Can I check if a loop's scope is entered for the first time? (Devel::Callsite)
by QM (Parson) on May 09, 2018 at 12:14 UTC
    and there's no prototype marker than allows both. :-(
    Is it time for customized markers? What would that entail?

    -QM
    --
    Quantum Mechanics: The dreams stuff is made of

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-16 23:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found