Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Base64 Decode issues

by zwon (Abbot)
on Dec 21, 2008 at 22:28 UTC ( [id://731932]=note: print w/replies, xml ) Need Help??


in reply to Base64 Decode issues

It's not Base64, it's HTML encoding, you can use HTML::Entities to decode this stuff:
use HTML::Entities; my $line="Toni"; print decode_entities($line);

Replies are listed 'Best First'.
Re^2: Base64 Decode issues
by tux402 (Acolyte) on Dec 21, 2008 at 22:32 UTC
    That did it! Thank you.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-03-29 01:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found