Help for this page

Select Code to Download


  1. or download this
       use Regexp::Common;
    
    ...
       {
          substr($html, $point, 0 ) = $tags{$point};
       }
    
  2. or download this
       use HTML::Parser;
    
    ...
       {
          substr($html, $point, 0 ) = $tags{$point};
       }