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.188.145 Times

Perl Variables Html Cgi freeware
Filter: All | Freeware | Demo
 

Perl Variables Html Cgi

< 1 2 3 4 5 > 
Added: August 27, 2010 | Visits: 871

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: May 25, 2010 | Visits: 1.720

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 (112): Html To Xhtml Convertor Download

Added: August 14, 2010 | Visits: 800

CGI::FastTemplate CGI::FastTemplate is a Perl extension for managing templates, and performing variable interpolation. SYNOPSIS use CGI::FastTemplate; $tpl = new CGI::FastTemplate(); $tpl = new CGI::FastTemplate("/path/to/templates"); CGI::FastTemplate->set_root("/path/to/templates"); ## all instances...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): CGI::FastTemplate Download

Added: March 01, 2010 | Visits: 986

CGI::Application::Generator CGI::Application::Generator is a Perl module with dynamically build CGI::Application modules. SYNOPSIS use CGI::Application::Generator; # Required methods my $cat = CGI::Application::Generator->new(); $cat->package_name(My::Widget::Browser); $cat->start_mode(list_widgets);...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (103): CGI::Application::Generator Download

Added: November 09, 2010 | Visits: 926

Rose::HTML::Objects Rose::HTML::Objects is a Perl object-oriented interfaces for HTML. SYNOPSIS use Rose::HTML::Form; $form = Rose::HTML::Form->new(action => /foo, method => post); $form->add_fields ( name => { type => text, size => 20, required => 1 }, height => { type => text, size => 5, maxlength => 5...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (93): Rose::HTML::Objects Download

Added: January 12, 2010 | Visits: 1.022

CGI::Request CGI::Request is a parse client request via a CGI interface. SYNOPSIS use CGI::Request; # Simple interface: (combines SendHeaders, new and import_names) $req = GetRequest($pkg); print FmtRequest(); # same as: print $req->as_string # Full Interface: $req = new CGI::Request; # fetch...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (94): CGI::Request Download

Added: January 15, 2010 | Visits: 983

HTML::CalendarMonthSimple HTML::CalendarMonthSimple is a Perl Module for Generating HTML Calendars. SYNOPSIS use HTML::CalendarMonthSimple; $cal = new HTML::CalendarMonthSimple(year=>2001,month=>2); $cal->width(50%); $cal->border(10); $cal->header(Text at the top of the Grid); $cal->setcontent(14,"Valentines...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): HTML::CalendarMonthSimple Download

Added: May 09, 2010 | Visits: 771

HTML::ElementSuper HTML::ElementSuper is a Perl extension for HTML::Element(3). SYNOPSIS use HTML::ElementSuper; ### Positional extension $e = new HTML::ElementSuper font; $sibling_number = $e->addr(); $e2 = new HTML::ElementSuper p; $e2->push_content($e); # @coords = $e->position(); $depth_in_pos_tree...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (96): HTML::ElementSuper Download

Added: March 23, 2010 | Visits: 2.292

HTML::Perlinfo::HTML HTML::Perlinfo::HTML Perl module contains HTML documentation for the perlinfo library. SUMMARY NOTE: THIS IS THE LAST RELEASE OF THIS MODULE IN THIS NAMESPACE. WHEN THE NEXT VERSION APPEARS, OLDER VERSIONS WILL BE DELETED FROM CPAN In the perlinfo library, HTML::Perlinfo and...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (88): HTML::Perlinfo::HTML Download

Added: July 19, 2010 | Visits: 824

CGI::FormBuilder CGI::FormBuilder is a Perl module to easily generate and process stateful forms. SYNOPSIS use CGI::FormBuilder; # Assume we did a DBI query to get existing values my $dbval = $sth->fetchrow_hashref; # First create our form my $form = CGI::FormBuilder->new( name => acctinfo, method =>...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (101): CGI::FormBuilder Download

Added: July 27, 2010 | Visits: 1.245

haserl 0.8.0 / Haserl is a small cgi wrapper that enables shell scripts to be embedded into html documents. haserl is intended for environments where something like PHP is too big. It was written for Linux, but is known to run on FreeBSD. It compiles to around 10K, and a typical case is to use it to write cgi...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (89): haserl 0.8.0 / Download

Added: October 11, 2010 | Visits: 2.205

PDF::FromHTML PDF::FromHTML is a Perl module to convert HTML documents to PDF. SYNOPSIS my $pdf = PDF::FromHTML->new( encoding => utf-8 ); $pdf->load_file(source.html); $pdf->convert( Font => /path/to/font.ttf, LineHeight => 10, Landscape => 1, ); $pdf->write_file(target.pdf); This module...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (206): PDF::FromHTML Download

Added: July 12, 2010 | Visits: 1.031

HTML::Puzzle HTML::Puzzle is a framework to build web component based on database. HTML::Puzzle::DBTable Connection module to data table Examples Have a look to http://www.ebruni.it/en/software/perl/cpan/html/puzzle/examples/ex1.htm to see some examples on what you can simply do using this module..


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): HTML::Puzzle Download

Added: February 25, 2010 | Visits: 1.449

Bundle::Application::Magic Bundle::Application::Magic is a a bundle to install CGI::Application::Magic plus all related prerequisites. SYNOPSIS perl -MCPAN -e install Bundle::Application::Magic CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): Bundle::Application::Magic Download

Added: July 22, 2010 | Visits: 778

HTML::YaTmpl HTML::YaTmpl is yet another template processor. SYNOPSIS use HTML::YaTmpl; my $t=HTML::YaTmpl->new( file=>template.tmpl ); $t->evaluate( key1=>$value1, key2=>[$val21, $val22, ...] ... ); $t->evaluate_to_file( $outputfilename, key1=>$value1, key2=>[$val21, $val22, ...] ... );...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (94): HTML::YaTmpl Download

Added: March 26, 2010 | Visits: 1.487

String::RexxParse String::RexxParse is a Perl implementation of REXX parse command. SYNOPSIS use String::RexxParse qw(parse); parse $source, q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !; or use String::PexxParse; $parse = String::RexxParse->new(q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !);...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (109): String::RexxParse Download

Added: October 04, 2010 | Visits: 751

Embperl::Intro Embperl::Intro is an introduction to Embperl. Embperl has started as a Perl module for simply embedding Perl into HTML and has grown to a full featured system to build dynamic content (not only) under mod_perl. The version 1.x focus on HTML documents, also it could be used for any sort of ascii...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (98): Embperl::Intro Download

Added: September 11, 2010 | Visits: 531

Wx::WidgetMaker Wx::WidgetMaker is a CGI.pm-like library for wxPerl. SYNOPSIS use Wx::WidgetMaker; $dialog = Wx::Dialog->new(...); $q = Wx::WidgetMaker->new(-parent => $dialog); # The dialog "page" $pagesizer = Wx::BoxSizer->new(wxVERTICAL); # A "row" in the page $rowsizer =...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (87): Wx::WidgetMaker Download

Added: February 20, 2010 | Visits: 1.837

Pod::Simple::Subclassing Pod::Simple::Subclassing is a Perl module that can write a formatter as a Pod::Simple subclass. SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = 1.01; use strict; sub _handle_element_start { my($parser, $element_name, $attr_hash_r) = @_; ... }...


Platforms: *nix

License: Freeware Size: 256 KB Download (87): Pod::Simple::Subclassing Download

Added: September 24, 2010 | Visits: 928

DocSet::Doc::Common DocSet::Doc::Common is a Perl module with common functions used in DocSet::Doc subclasses. Implements functions and bits of code which otherwise needed to be duplicated in many modules. These functions couldnt be put into the base class DocSet::Doc. Certainly we could devise one more...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (89): DocSet::Doc::Common Download

< 1 2 3 4 5 >