Ports Search

Results 1,2911,300 of 8,048 for www%3Atrac.(0.003 seconds)
www/HTTP-BrowserDetect-3.14 (Score: 0.020137845)
Determine the Web browser, version, OS from an HTTP user agent string
The HTTP::BrowserDetect object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object.
www/HTTP-Cache-Transparent-1.1 (Score: 0.020137845)
Implementation of http get that keeps a local cache of fetched pages
Implementation of http get that keeps a local cache of fetched pages to avoid fetching the same data from the server if it hasn't been updated. The cache is stored on disk and is thus persistent between invocations.
www/HTML-TableLayout-1.001008 (Score: 0.020137845)
Layout manager for CGI-based web applications
This is a HTML-generating package for making graphical user interfaces via a web browser using a "Layout Manager" paradigm such as in Tcl/Tk or Java. It includes a component hierarchy for making new "widgets".
www/HTTP-CookieJar-0.008 (Score: 0.020137845)
Minimalist HTTP user agent cookie jar
HTTP::CookieJar implements a minimalist HTTP user agent cookie jar in conformance with RFC 6265. Unlike the commonly used HTTP::Cookies module, this module does not require use of HTTP::Request and HTTP::Response objects. An LWP-compatible adapter is available as HTTP::CookieJar::LWP.
www/HTTP-Cookies-Mozilla-2.03 (Score: 0.020137845)
Cookie storage and management for Mozilla
This package overrides the load() and save() methods of HTTP::Cookies so it can work with Mozilla cookie files. This module should be able to work with all Mozilla derived browsers (FireBird, Camino, et alia).
www/HTTP-Cookies-iCab-1.131 (Score: 0.020137845)
Cookie storage and management for iCab
This package overrides the load() and save() methods of HTTP::Cookies so it can work with iCab cookie files.
www/HTML-TagCloud-0.38 (Score: 0.020137845)
HTML::TagCloud - Generate An HTML Tag Cloud
The HTML::TagCloud module enables you to generate "tag clouds" in HTML. Tag clouds serve as a textual way to visualize terms and topics that are used most frequently. The tags are sorted alphabetically and a larger font is used to indicate more frequent term usage.
www/HTML-TagParser-0.20 (Score: 0.020137845)
Yet another HTML tag parser by pure Perl implementation
HTML::TagParser is a pure Perl implementaion for parsing HTML files. This module provides some methods like DOM. This module is not strict about XHTML format because many of HTML pages are not strict. You know, many pages use <br> elemtents instead of <br/> and have <p> elements which are not closed. This module natively understands a character set of document by reading its meta element. <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> The parsed document's encoding is converted as this class's fixed internal encoding "UTF-8".
www/HTTP-DAV-0.48 (Score: 0.020137845)
WebDAV client library
HTTP::DAV is a Perl API for interacting with and modifying content on webservers using the WebDAV protocol. Now you can LOCK, DELETE and PUT files and much more on a DAV-enabled webserver.
www/HTML-Tagset-3.20 (Score: 0.020137845)
Some useful data table in parsing HTML
This module contains several data tables useful in various kinds of HTML parsing operations. Note that all tag names used are lowercase. In the following documentation, a "hashset" is a hash being used as a set -- the hash conveys that its keys are there, and the actual values associated with the keys are not significant. (But what values are there, are always true.)