Help for this page

Select Code to Download


  1. or download this
    use HTML::TokeParser::Simple;
    my $html =<<'END_HTML';
    <table width="200">
    ...
        $tag = "<table $tag>";
        return $tag;
    }