Re: Oddness when using PERL directive
Neil Bowers <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.template-toolkit |
|---|---|
| Message-ID | <[email protected]> |
On 23 Jan 2012, at 10:13, Slaven Rezic wrote: > Maybe something like this would work: > > [%PERL %] > my $out = `constant-generate-dualvar.pl`; > print $out; > [% END %] [apply hand to forehead] Yes, that does indeed work. I'm still curious why my usual mechanism isn't working for this particular example. cheers, Neil