Help for this page

Select Code to Download


  1. or download this
    <!-- headerStandard.siteFeedbackLink.label --!>
    
  2. or download this
    <!-- headerStandard.siteFeedbackLink.label -->
    
  3. or download this
    <!-- foo.label --!>text<!-- foo.label -->
    
  4. or download this
    <a href="<!--foo.label --!>foo<!-- foo.label -->">
      blah blah <img src="bar.jpg" alt="<!-- bar.label --!>bar<!-- bar.lab
    +el -->" />
    </a>
    
  5. or download this
    use HTML::Parser;
    
    ...
        }
        $str;
    }
    
  6. or download this
    perl -pi -e 's/(<!-- \S+ --!>[^<]+?<!-- \S+ --)!>/$1>/g' $file