Help for this page

Select Code to Download


  1. or download this
    my $tag = qr{
       <(?>/?)  # tag start
    ...
       >        # end of tag
    }xi;
    $str =~ s/$tag//g;