Re: HTML::Templ - Error in Doc
thx a lot. Nafiseh Saberi Iran. - Original Message - From: "Martin Pfeffer" <[EMAIL PROTECTED]> To: "perllist" <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 13:51 PM Subject: HTML
HTML::Templ - Error in Doc
hi to all! I found a error in documentation of HTML::Template my $filter = sub { my $text_ref = shift; $$text_ref =~ s/!!!ZAP_(.*?)!!!//g; } replace } with }; HERE IS ERROR after } semicolon missing! # open zap.tmpl using the above filter my $template = HTML::Templat