Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

help with HTML::TokeParser

by mrras25 (Acolyte)
on Mar 01, 2013 at 18:43 UTC ( [id://1021315]=perlquestion: print w/replies, xml ) Need Help??

mrras25 has asked for the wisdom of the Perl Monks concerning the following question:

when the lines are returning from this I get   but shows up as ΆΖ in the returned output. I need to remove these   or ΆΖ whatever it is

I have tried:  $content =~ s/ / /; or  $content =~ s/ΆΖ/ /; or  $content =~ s/\ΆΖ/ /;

Thank you for your help

Replies are listed 'Best First'.
Re: help with HTML::TokeParser
by Anonymous Monk on Mar 01, 2013 at 23:14 UTC
      You nailed it, thanks for your help!
Re: help with HTML::TokeParser
by mrras25 (Acolyte) on Mar 01, 2013 at 19:15 UTC

    that is reading a little broken - should read:

    When the lines I want are returned there are "&\nbsp;" (minus the \) or a special character, I need to removes these.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1021315]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-25 19:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found