Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.335.232 Times

Html Import freeware
Filter: All | Freeware | Demo
 

Html Import

< 1 2 3 4 5 > 
Added: March 07, 2010 | Visits: 1.013

Java::Import Java::Import is Perl module to use Java classes in Perl. SYNOPSIS use Java::Import qw( some.package.SomeClass ); my $instance = new some.package.SomeClass(); $instance->someMethod(); my $ret_val = some::package::SomeClass::someStaticMethod(); $ret_val->someMethod(); $ret_val2 =...



Platforms: *nix

License: Freeware Size: 28.67 KB Download (94): Java::Import Download

Added: October 24, 2010 | Visits: 1.101

HTML Parser HTMLParser is a super-fast real-time parser for real-world HTML. What has attracted most developers to HTMLParser has been its simplicity in design, speed and ability to handle streaming real-world html. The two fundamental use-cases that are handled by the parser are extraction and...





Platforms: *nix

License: Freeware Size: 4.2 MB Download (98): HTML Parser Download

Added: March 12, 2010 | Visits: 1.346

Template::Magic::HTML Template::Magic::HTML Perl module contains HTML handlers for Template::Magic used in a HTML environment. SYNOPSIS $tm = new Template::Magic::HTML ; # that means $tm = new Template::Magic markers => HTML , value_handlers => HTML ; # that explicitly means $tm = new Template::Magic...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (105): Template::Magic::HTML Download

Added: March 21, 2010 | Visits: 829

HTML::TableTiler HTML::TableTiler can easily generates complex graphic styled HTML tables. HTML::TableTiler uses a minimum HTML table as a tile to generate a complete HTML table from a bidimensional array of data. It can easily produce simple or complex graphic styled tables with minimum effort and maximum...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (106): HTML::TableTiler Download

Added: February 24, 2010 | Visits: 1.134

HTML QuickForm Wizard HTML QuickForm Wizard project implements a wizard whose pages and flows are described by a FSM (finite state machine). The next page is determined from the actual page, the "internal" state of the wizard, and a set of rules. The list of states (pages) and ruleset are described using an XML file...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (101): HTML QuickForm Wizard Download

Added: September 22, 2010 | Visits: 2.400

HTML::Widgets::Index HTML::Widgets::Index is a Perl module for creating web indexes and menus. This module renders the index of a document tree using the data stored in a MySQL database generated by anxova. It has a flexible set of render options that gives the webmaster many options on the menu item layout....


Platforms: *nix

License: Freeware Size: 65.54 KB Download (103): HTML::Widgets::Index Download

Added: April 06, 2010 | Visits: 1.032

HTML::Toc HTML::Toc module can generate, insert and update HTML Table of Contents. The HTML::Toc consists out of the following packages: HTML::Toc HTML::TocGenerator HTML::TocInsertor HTML::TocUpdator HTML::Toc is the object which will eventually hold the Table of Contents. HTML::TocGenerator does...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (125): HTML::Toc Download

Added: November 06, 2010 | Visits: 1.013

HTML::FormatNroff HTML::FormatNroff is a Perl module that can format HTML as nroff man page. SYNOPSIS require HTML::FormatNroff; $html = parse_htmlfile("test.html"); $format_nroff = new HTML::FormatNroff(name => trial, project => MyProject); print $formatter->format($html); The HTML::FormatNroff is a...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (99): HTML::FormatNroff Download

Added: April 14, 2010 | Visits: 952

HTML::Embperl HTML::Embperl is a Perl module for building dynamic Websites with Perl. SYNOPSIS Embperl is a Perl extension module which gives you the power to embed Perl code directly in your HTML documents (like server-side includes for shell commands). If building more than a single page, you may also...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (89): HTML::Embperl Download

Added: June 27, 2010 | Visits: 1.421

HTML::EmbperlObject HTML::EmbperlObject is a Perl module that extents HTML::Embperl for building whole website with reusable components and objects. SYNOPSIS < Location /foo > PerlSetEnv EMBPERL_OBJECT_BASE base.htm PerlSetEnv EMBPERL_FILESMATCH ".htm.?|.epl$" SetHandler perl-script PerlHandler...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (95): HTML::EmbperlObject Download

Added: October 26, 2010 | Visits: 1.099

HTML::Myasp HTML::Myasp can generate HTML pages based on Templates. JATP (Just Another Template Parser). This library is another template module for the generation of HTML pages. Why ?. Well primarily i wanted a module: light, that keeps mod_perl power and flow control like HTML::Template, good interaction...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): HTML::Myasp Download

Added: October 23, 2010 | Visits: 721

HTML::CalendarMonthDB HTML::CalendarMonthDB is a Perl Module for Generating Persistant HTML Calendars. INTERFACE METHODS * dbname (name of database to use, required if you wish to use a database) * dbuser (database user, default nobody) * dbpass (database user password, default ) * dbcalendar (database...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (92): HTML::CalendarMonthDB Download

Added: August 27, 2010 | Visits: 875

HTML::Latex HTML::Latex is a Perl module that creates a Latex file from an HTML file. SYNOPSIS use HTML::Latex my $parser = new HTML::Latex($conffile); $parser->set_option(%options); $parser->add_package(@packages); $parser->ban_tag(@banned); $parser->set_log($logfile); # Option 1: foreach my...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (97): HTML::Latex Download

Added: September 23, 2010 | Visits: 911

HTML::Tree::AboutObjects HTML::Tree::AboutObjects is an article: "Users View of Object-Oriented Modules". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #17 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (89): HTML::Tree::AboutObjects Download

Added: November 13, 2010 | Visits: 937

HTML::Widgets::DateEntry HTML::Widgets::DateEntry is a Perl module that creates date entry widgets for HTML forms. SYNOPSIS use HTML::Widgets::DateEntry; $de = new HTML::Widgets::DateEntry( year => [date_year, $date_year], month => [date_month, $date_month], day => [date_day, $date_day], separator => /,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (101): HTML::Widgets::DateEntry Download

Added: January 27, 2010 | Visits: 833

Template::Plugin::HTML::BBCode Template::Plugin::HTML::BBCode is a template toolkit plugin which implements wrapper around HTML::BBCode module. SYNOPSIS [%- USE HTML::BBCode -%] [% FILTER bbcode %] [b]BBCode[/b] - is simple [i]markup language[/i] used in [url=http://www.phpbb.com/]phpBB[/url]. [% END %] [%- USE...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Template::Plugin::HTML::BBCode Download

Added: May 25, 2010 | Visits: 1.725

Html To Xhtml Convertor Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages. It can process batches of files, convert Windows/Unix/Mac line breaks, and deal with attribute minimization, quoting of attribute values, and more. Installation: To install, simply run the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (118): Html To Xhtml Convertor Download

Added: November 06, 2010 | Visits: 1.308

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: June 21, 2010 | Visits: 943

HTML::Mason::Devel HTML::Mason::Devel is a Perl module with Mason Developers Manual. This manual is written for content developers who know HTML and at least a little Perl. The goal is to write, run, and debug Mason components. If you are the webmaster (or otherwise responsible for the Mason installation), you...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (106): HTML::Mason::Devel Download

Added: January 21, 2010 | Visits: 1.065

Debian::Package::HTML Debian::Package::HTML is a Perl module that generates a webpage information (and Linda/Lintian checks) about a Debian binary or source package using HTML::Template SYNOPSIS use strict; use Debian::Package::HTML; my $package = Debian::Package::HTML->new(%packageHash);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (108): Debian::Package::HTML Download

< 1 2 3 4 5 >