Help for this page

Select Code to Download


  1. or download this
    my $tree = HTML::TreeBuilder->new_from_content( $m->content ) ;
    
    ...
        $bla =~ s/ //g ;
        print $bla ;
    }
    
  2. or download this
    my $NBSP = HTML::Entities::decode_entities(' ');
    
  3. or download this
    $bla =~ s/$NBSP//g ;