Outputs#!/usr/bin/perl -- use strict; use warnings; use YAPE::HTML 1.11; while(<DATA>){ # adds missing closing tags print YAPE::HTML->new($_)->display,"\n"; } __DATA__ <a href="www.google.txt>Click here<span>
<a href="www.google.tx">Click here<span> </span></a>
In reply to Re: close end tag
by Anonymous Monk
in thread close end tag
by gem555
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |