Help for this page

Select Code to Download


  1. or download this
    lynx --dump http://www.example.com | perl -0777 -pe 's/.+^References[\
    +r\n]+//sm'
    # or, to also strip the numbers:
    lynx --dump http://www.example.com | perl -0777 -pe 's/.+^References[\
    +r\n]+//sm; s/^\s*\d+\. //mg'