Ports Search

Results 1120 of 8,048 for www%3Atrac.(0.04 seconds)
www/WWW-Mechanize-CGI-0.3 (Score: 0.10501596)
Use WWW::Mechanize with CGI applications
Provides a convenient way of using CGI applications with WWW::Mechanize.
www/WWW-Search-AltaVista-2.154 (Score: 0.10501596)
Perl WWW::Search class for searching AltaVista
An AltaVista specialization of Perl's WWW::Search module for making and interpreting AltaVista searches.
www/WWW-Search-Google-0.23 (Score: 0.10501596)
Perl WWW::Search class for searching Google
This class is a Google specialization of WWW::Search. It handles searching Google http://www.google.com/ using its new SOAP API http://www.google.com/apis/. All interaction should be done through WWW::Search objects. Note that you must register for a Google Web API account and have a valid Google API license key before using this module.
www/WWW-AtMovies-TV-0.04 (Score: 0.10216126)
Retrieve TV information from http://www.atmovies.com.tw/
Retrieve TV information from http://www.atmovies.com.tw/
www/WWW-Shorten-Yourls-0.06 (Score: 0.09962088)
Perl interface to www/yourls, Your Own URL Shortener
A Perl Interface to shortening URLs with www/yourls. Your Own URL Shortener.
www/WWW-Mechanize-GZip-0.12 (Score: 0.09605946)
Use WWW::Mechanize by requesting gzip-compression from the webserver
The WWW::Mechanize::GZip module tries to fetch a URL by requesting gzip-compression from the webserver. If the response contains a header with 'Content-Encoding: gzip', it decompresses the response in order to get the original (uncompressed) content. This module will help to reduce bandwith fetching webpages, if supported by the webeserver. If the webserver does not support gzip-compression, no decompression will be made. This modules is a direct subclass of WWW::Mechanize and will therefore support any methods provided by WWW::Mechanize.
devel/Test-WWW-Mechanize-1.46 (Score: 0.09448224)
Testing-specific WWW::Mechanize subclass
Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing.
www/WWW-Scripter-Plugin-Ajax-0.09 (Score: 0.089459345)
WWW::Scripter plugin that provides the XMLHttpRequest object
Test::WWW::Mechanize for CGIApp
Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::Catalyst module meshes the two to allow easy testing of Catalyst applications without starting up a web server. Testing web applications has always been a bit tricky, normally starting a web server for your application and making real HTTP requests to it. This module allows you to test Catalyst web applications but does not start a server or issue HTTP requests. Instead, it passes the HTTP request object directly to Catalyst. Thus you do not need to use a real hostname: "http://localhost/" will do.
Test::WWW::Mechanize for Catalyst
Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::Catalyst module meshes the two to allow easy testing of Catalyst applications without needing to starting up a web server. Testing web applications has always been a bit tricky, normally requiring starting a web server for your application and making real HTTP requests to it. This module allows you to test Catalyst web applications but does not require a server or issue HTTP requests. Instead, it passes the HTTP request object directly to Catalyst. Thus you do not need to use a real hostname: "http://localhost/" will do. However, this is optional. The following two lines of code do exactly the same thing: