Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: RFC: pragma pragmatic

by shmem (Chancellor)
on Aug 12, 2017 at 09:23 UTC ( [id://1197297]=note: print w/replies, xml ) Need Help??


in reply to Re^3: RFC: pragma pragmatic
in thread RFC: pragma pragmatic

If you insert

warn ${$stash}{$symbol},"\n";

before line 26, you see what happens. Version 5.20.2 displays

*main::foo

whereas v5.26.0 displays something like

CODE(0x123abc)

Sigh. The glob dereferencing to get at the code reference of a glob must have changed somewhere after 5.20.2, so I'll have to rewrite the symbol handling part. I'll update the OP as soon as this is done.

update: OP updated.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1197297]
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: (6)
As of 2024-04-20 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found