summaryrefslogtreecommitdiff
path: root/devel/p5-Code-Perl/pkg-descr
blob: 4c1f7c81f904778c968a737aebf3dc0302b3d5e1 (plain) (blame)
1
2
3
4
5
6
7
8
Code::Perl allows you to build chunks of Perl code as a tree and then when 
you're finished building, the tree can output the Perl code. This is 
useful if you have built your own mini-language and you want to generate 
Perl from it. Rather than generating the Perl at parse time and having to 
worry about quoting, escaping, parentheses etc, you can just build a tree 
using Code::Perl and then dump out the correct Perl at the end.

WWW: http://search.cpan.org/dist/Code-Perl