Help for this page
#!/usr/bin/perl -w use strict; use HTML::TokeParser::Simple; ... } print $abstract, $/;
#!/usr/bin/perl -w use strict; use HTML::TokeParser::Simple; ... $abstract .= join '', map "</$_>", reverse @stack; print $abstract, $/;