Help for this page

Select Code to Download


  1. or download this
    $html =~ m|<div class="sectionHeading">.+?</div>\s+<div class="section
    +Content">.+?<img .+? src="./../../images/indent.gif">.+?</div>|s and 
    +do {
        $html =~ s|<div class="sectionHeading">.+?</div>\s+||;
    };