Tweak print/jabref version 3.3,1
[dports.git] / devel / p5-Code-Perl / pkg-descr
1 Code::Perl allows you to build chunks of Perl code as a tree and then when
2 you're finished building, the tree can output the Perl code. This is
3 useful if you have built your own mini-language and you want to generate
4 Perl from it. Rather than generating the Perl at parse time and having to
5 worry about quoting, escaping, parentheses etc, you can just build a tree
6 using Code::Perl and then dump out the correct Perl at the end.
7
8 WWW: http://search.cpan.org/dist/Code-Perl/