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

Re: Accessing lexically scoped variables from a subref

by benizi (Hermit)
on Dec 31, 2007 at 04:41 UTC ( [id://659701]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use 5.010;            # sorry,
    use feature ':5.10';  # testing out 5.10 features
    ...
     &PL_sv_undef = B::NULL;
     $closed      = 3;
     &PL_sv_undef = 9;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-19 02:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found