Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: what would you like to see in perl5.12?

by sri (Vicar)
on Aug 19, 2007 at 21:21 UTC ( [id://633665]=note: print w/replies, xml ) Need Help??


in reply to what would you like to see in perl5.12?

A real working version of Sub::Uplevel and maybe some more control over the call stack (context objects?). :)

Example:
package main; my $i = 23; &Foo::test(); package Foo; sub test { my $context = uplevel_context(); eval('print $i', $context); }

Log In?
Username:
Password:

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

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

    No recent polls found