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