probably will be an overkill, have u considered a templating engine??? e.g Template::Toolkit? or even a simplier one On Aug 26, 2012 2:52 PM, "Shmuel Fomberg" <[email protected]> wrote:
> Hi all. > > I have an part of HTML that I need to edit. > Currently, I'm wrapping it in > '<html><head></head><body>'.$str.'</body></html>', > and the use HTML::TreeBuilder to parse, modify, and dump it back to text. > and then I remove the enclosing tags. > > It works pretty well so far, but is there a better way? > > Shmuel. > > _______________________________________________ > Perl mailing list > [email protected] > http://mail.perl.org.il/mailman/listinfo/perl >
_______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
