Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Just for fun: relabel Perl variables and function names using Acme::MetaSyntactic and PPI

by tobyink (Canon)
on May 15, 2013 at 21:08 UTC ( [id://1033740]=note: print w/replies, xml ) Need Help??


in reply to Re: Just for fun: relabel Perl variables and function names using Acme::MetaSyntactic and PPI
in thread Just for fun: relabel Perl variables and function names using Acme::MetaSyntactic and PPI

There is a big string called $input and the output is shown below __END__.

If you want pod, I've now uploaded a somewhat refactored and improved version to CPAN as Acme::PPIx::MetaSyntactic.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re^2: Just for fun: relabel Perl variables and function names using Acme::MetaSyntactic and PPI
  • Select or Download Code

Log In?
Username:
Password:

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

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

    No recent polls found