Normally we create CODE refs by specifying the source code for the subroutine.
I would like to create a perl function which takes a CODE ref as input, accesses the parse tree of the CODE ref and creates a new sub by specifying what the new sub's parse tree should be. Also, the new parse tree could contain elements from the first sub's parse tree.
Is this possible?
SO link: http://stackoverflow.com/questions/12332046/create-a-perl-sub-by-specifying-its-parse-tree
In reply to create a CODE ref from a parse tree? by perl5ever
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |