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

Re^2: read a file and insert closing tags if not present

by valavanp (Curate)
on Mar 29, 2007 at 07:32 UTC ( [id://607176]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    require HTML::TokeParser;
    $p = HTML::TokeParser->new("output.xml") ||
    ...
    open(FH, "output.xml");
    print FH $p;
    close FH;
    
  2. or download this
    <greeting class="simple">Hello, world!
    

Log In?
Username:
Password:

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

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

    No recent polls found