Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
    print "The idea is to reduce:\n", $html;
    $html =~ s/$re/$1/;
    print "to\n", $html;
    
  2. or download this
    The idea is to reduce:
    <span class="author-name" itemprop="author">Romaxton</span>
    to
    Romaxton