in reply to Re: Perl code generation with PerlBean (continued)
in thread Perl code generation with PerlBean (continued)
Hi Jaap,
If you use <<'EOF' you don't have to escape the scalars, which might be handy.
I know. I used a lot of <<EOF in PerlBean itself to actually have the variables resolved in the text. E.g. for package names, subroutine names etc... Without giving it too much of a thought I simply went on with this in the tutorial.
In this case too, the same change policy as the one I unfolded to Oren will apply.
You can of course speed up development by fast-forwarding to section 10 of the tutorial :)
Vincenzo