Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: HTML::Entities not working

by muba (Priest)
on Jun 19, 2013 at 15:27 UTC ( [id://1039790]=note: print w/replies, xml ) Need Help??


in reply to Re^2: HTML::Entities not working
in thread HTML::Entities not working

I see no entities that would need decoding. What exact output did you expect? What exact output did you get?

Without knowing what you want, it is hard to know how to get there.

Replies are listed 'Best First'.
Re^4: HTML::Entities not working
by vasanthgk91 (Sexton) on Jun 20, 2013 at 05:43 UTC

    Thank u ..I Got the output...

    use HTML::Entities; use Encode; my $first_name_assign="$firstname"; $first_name_assign=decode('UTF-8',$first_name_assign); $first_name_assign=decode_entities($first_name_assign); my $first_name_length=length($first_name_assign); print "$first_name_length";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-19 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found