On Thu, 14 Mar 2002, Smejkal Petr wrote:

> See the following diff for the package HTML::Template::JIT::Compiler 0.01.
>
> 84c84
> < use Inline C => <<CODE_END;
> ---
> > use Inline C => <<'CODE_END';
>
> Perl will treat the string like in ' ' and won't extrapolate the
> variables like in " ".

Right - thanks!

> 359a360
> >   $string .= ' '; $string = join( "\"\n                  \"", $string =~ 
>/.{1,80}(?<!\\)/g );

Looks good too.  I think I might just go with an array-of-bytes
implementation which would also fix UTF-8 problems as well, but either way
I'll fix this bug for 0.03.

Thanks again!
-sam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to