Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

At first, I thought that you wanted to parse an HTML file as an input, to get information out of it.   For that purpose, I would have suggested that you search for "html parse" at http://search.cpan.org.

But instead I think that you may want to generate a customized HTML content using the file shown above as a template.   There are numerous templating engines available in Perl.   My personal favorite happens to be Template::Toolkit.   Although it is most often used in interactive web-sites, it can be used very well in situations like this, especially when you would like to vary what is produced, e.g.: "Thank you for your payment! :-)" vs. "Pay Up Now, You Scum, Or Your Parakeet Gets It! :-[" depending on the balance.

Start with this tutorial, which deals specifically with how to generate a file (or a string) from a templated source:   Template::Tutorial::Datafile.


In reply to Re: How to process html script with perl by sundialsvc4
in thread How to process html script with perl by bh_perl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-16 18:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found