On Tue, 20 Nov 2001, Martin Pfeffer wrote:
> hi !
> I think i found a error in documentation of HTML::Template
>
> my $filter = sub {
> my $text_ref = shift;
> $$text_ref =~ s/!!!ZAP_(.*?)!!!/<TMPL_$1>/g;
> }
> replace } with };Thanks - I'll fix that for the next release. -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
