CGI/Perl Guide | Learning Center | Forums | Advertise | Login
Site Search: in
Add ListingModify ListingTell A FriendLink to TPASubscribeNew ListingsCool ListingsTop RatedRandom Link
Newest Reviews
  • review
  • hagen software
  • NOT GPL!
  • Hagan Software
  • Wasted Time with ...
  • poor pre-sale sup...
  • no response
  • rating the offer
  • Good Stuff
  • Good idea but use...


  • Brochure Templates  
     
    Perl Archive : Modules : HTML : Page 4
    Guide Search entire directory  this category
     
    Subcategories:

      Perl Development Tools@ (71)
    Various tools to help novice and seasoned programmers program. Debuggers, code snippets, etc.
    Cookies,Code Snippets
     
    Links:   Pages: [<<] 1 2 3 4 5 6 [>>]

      HTML::Mason::Interp   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    Interp is the Mason workhorse, executing components and routing their output and errors to all the right places. In a mod_perl environment, Interp objects are handed off immediately to an ApacheHandler object which internally calls the Interp implementation methods. In that case the only user method is the new() constructor. Components can also be called outside of mod_perl.

     (Added: Thu Jan 13 2000 Hits: 164 Rating: 0.00 Votes: 0)

      HTML::Mason::Parser   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    A Parser object translates components into Perl subroutines. Parsers are typically embedded within (and used by) Interp objects.

     (Added: Thu Jan 13 2000 Hits: 103 Rating: 0.00 Votes: 0)

      HTML::Mason::Request   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    Mason creates one Request object for every web request (or, in stand-alone mode, every Interp::exec call). Inside a component you access the current request object via the global $REQ.

     (Added: Thu Jan 13 2000 Hits: 103 Rating: 0.00 Votes: 0)

      HTML::PageIndex   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    Will return an object which will display a dynamic index of html pages. It would look like: [Prev] 1 2 3 4 5 6 [Next]

     (Added: Thu Jan 13 2000 Hits: 139 Rating: 0.00 Votes: 0)

      HTML::Pager   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    This module handles the paging of data coming from an arbitrary source and being displayed using HTML::Template and CGI.pm. It provides an interface to pages of data similar to many well-known sites, like altavista.digital.com or www.google.com.

     (Added: Wed Jan 19 2000 Hits: 149 Rating: 0.00 Votes: 0)

      HTML::Parser   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    This is the new XS based HTML::Parser. It should be completely backwards compatible with HTML::Parser version 2.2x, but has many new features and is significantly faster.

     (Added: Wed Jan 19 2000 Hits: 217 Rating: 0.00 Votes: 0)

      HTML::Parser   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    The HTML::Parser will tokenize an HTML document when the $p->parse() method is called. The document to parse can be supplied in arbitrary chunks. Call $p->parse(undef) at the end of the document to flush any remaining text. The return value from parse() is a reference to the parser object.

     (Added: Wed Jan 19 2000 Hits: 225 Rating: 0.00 Votes: 0)

      HTML::RefMunger   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    Module to mangle HREF links within HTML files

     (Added: Wed Jan 19 2000 Hits: 111 Rating: 0.00 Votes: 0)

      HTML::SimpleParse   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    HTML::Parser knows which tags can contain other tags, which start tags have corresponding end tags, which tags can exist only in the <HEAD> portion of the document, and so forth. HTML::SimpleParse does not know any of these things. It just finds tags and text in the HTML you give it, it does not care about the specific content of these tags... (and more)

     (Added: Wed Jan 19 2000 Hits: 179 Rating: 0.00 Votes: 0)

      HTML::Stream   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    The HTML::Stream module provides you with an object-oriented (and subclassable) way of outputting HTML. Basically, you open up an "HTML stream" on an existing filehandle, and then do all of your output to the HTML stream. You can intermix HTML-stream-output and ordinary-print-output, if you like.

     (Added: Wed Jan 19 2000 Hits: 150 Rating: 0.00 Votes: 0)

      Pages: [<<] 1 2 3 4 5 6 [>>]
                                                                                                                                                                                                                                                                                                                                                                                                                                       


    About The Perl ArchiveLink Validation ProcessSearch Tips
    Web Applications & Managed Hosting Powered by Gossamer Threads
    Visit our Mailing List Archives