Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Using script to print out a html file

by ColtsFoot (Chaplain)
on Jul 31, 2000 at 12:40 UTC ( [id://25226]=note: print w/replies, xml ) Need Help??


in reply to Using script to print out a html file

If you just want yo see the text that is contained
in your HTML then you could try parsing your document
using HTML::Parser
$p = HTML::Parser->new(); $p->parse_file('Your_html.html');
and then use HTML::FormattedText and the format method to
get your output. Hope this is of help

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-24 17:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found