Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Ö, Ä, Ü and XML::Simple

by ChemBoy (Priest)
on May 03, 2002 at 07:21 UTC ( [id://163724]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    use HTML::Entities;
    
    while (<TEXT_FILE>) {
        encode_entities $_;
    
  2. or download this
        encode_entities $_;  # yes, really twice
    
  3. or download this
        do_stuff($_);
    }
    
    print XMLout ($foo);     # the data structure built by do_stuff()
    

Log In?
Username:
Password:

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

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

    No recent polls found