Help for this page

Select Code to Download


  1. or download this
    # THIS IS BAD
    s/(\s|\ )+/ /g;
    s/<(BR|P)>/\n/ig;
    s/<.+?>//g;
    
  2. or download this
    use HTML::TokeParser;