Ports Search

Results 16,33116,340 of 19,819 for %22HTTP Server%22.(0.01 seconds)
www/HTML-Toc-1.12 (Score: 9.2878623E-4)
Generate, insert and update HTML Table of Contents
Generate, insert and update HTML Table of Contents.
www/HTML-Shakan-2.00 (Score: 9.2878623E-4)
Perl extension of form html generator/validator
HTML::Shakan is yet another form generator.
www/HTML-SimpleLinkExtor-1.27 (Score: 9.2878623E-4)
This is a simple HTML link extractor
This is a simple HTML link extractor designed for the person who does not want to deal with the intricacies of "HTML::Parser" or the de-ref- erencing needed to get links out of "HTML::LinkExtor".
www/HTML-SimpleParse-0.12 (Score: 9.2878623E-4)
Bare-bones HTML parser
This module is a simple HTML parser. It is similar in concept to HTML::Parser, but it differs in a couple of important ways.
www/HTML-StickyQuery-0.13 (Score: 9.2878623E-4)
Add sticky QUERY_STRING to a tag href attributes
This module is sub class of the HTML::Parser and uses it to parse HTML document and add QUERY_STRING to href attributes. You can assign Session ID or any form data without using cookie. Seamus Venasse <svenasse@polaris.ca>
www/HTML-Strip-2.10 (Score: 9.2878623E-4)
Perl5 module for strip HTML tag
HTML::Strip =========== This module strips HTML-like markup from text. It is written in XS, and thus about five times quicker than using regular expressions for the same task.
www/HTML-StripScripts-1.06 (Score: 9.2878623E-4)
Strip scripting constructs out of HTML
This module strips scripting constructs out of HTML, leaving as much non-scripting markup in place as possible. This allows web applications to display HTML originating from an untrusted source without introducing XSS (cross site scripting) vulnerabilities. You will probably use HTML::StripScripts::Parser rather than using this module directly. The process is based on whitelists of tags, attributes and attribute values. This approach is the most secure against disguised scripting constructs hidden in malicious HTML documents. As well as removing scripting constructs, this module ensures that there is a matching end for each start tag, and that the tags are properly nested. Previously, in order to customise the output, you needed to subclass HTML::StripScripts and override methods. Now, most customisation can be done through the Rules option provided to new(). (See examples/declaration/ and examples/tags/ for cases where subclassing is necessary.) The HTML document must be parsed into start tags, end tags and text before it can be filtered by this module. Use either HTML::StripScripts::Parser or HTML::StripScripts::Regex instead if you want to input an unparsed HTML document.
www/HTML-TableContentParser-0.13 (Score: 9.2878623E-4)
Do interesting things with the contents of tables
This module can be used to parse the content of tables in HTML text. The parser returns an arrayref consisting of data for each table found within the passed-in text.
www/HTML-Field-1.19 (Score: 9.2878623E-4)
Perl module to generate HTML form elements
The HTML::Field set of modules creates objects that represent HTML form fields which try to make it easier to interact with CGI objects, databases, and HTML::Template objects. The objective of an HTML::Field object is to know how to write its own HTML, how to get its value out of a CGI object or from a hash, how to add their value to a hash suitable for passing into a HTML::Template or into a SQL::Abstract object, for example, and thus re-use some of the code which is typically repeated several times in a CGI script. This bundle includes also HTML::FieldForm, which is a very simple module to manage sets of HTML::Field objects.
www/HTML-TableExtract-2.13 (Score: 9.2878623E-4)
Extract text contained in tables within an HTML document
HTML::TableExtract is a module that simplifies the extraction of information contained in tables within HTML documents. Tables of note may be specified using Headers, Depth, Count, or some combination of the three. See the module documentation for details.