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

Cgi Scripting Tutorial freeware
Filter: All | Freeware | Demo
 

Cgi Scripting Tutorial

1 2 3 4 5 > 
Added: July 10, 2013 | Visits: 646

CGI::WebOut CGI::WebOut is a Perl module used to make CGI programmer's work more comfortable. The main idea is to handle output stream (STDOUT) to avoid any data to be sent to browser without Content-type header. Of cource, you may also send your own headers to browser using Header(). Any errors or warnings... Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): CGI::WebOut Download

Added: April 13, 2010 | Visits: 966

CGI::Enurl CGI::Enurl.pm is a Perl module for URL-encoding strings and hashes. SYNOPSIS use CGI::Enurl; %hash = (name=>Jenda Krynicky,address=>Nerudova 1016); print "Location: http://$ENV{SERVER_NAME}/cgi-bin/do.pl?",enurl %hash,"nn"; This is a little module made for CGI scripting. It encodes the... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): CGI::Enurl Download

Added: August 08, 2013 | Visits: 5.682

Html Code Convert HTML Code Convert helps speed up the conversion of HTML code into different format including Java Script, JavaServer Pages, Microsoft ASP, PHP, Perl, and the UNIX Shell. It is particularly useful in CGI scripting. Platforms: *nix

License: Freeware Size: 194.56 KB Download (687): Html Code Convert Download

Added: May 01, 2013 | Visits: 729

HTML Code Convert for HTML Tools HTML Code Convert helps speed up the conversion of HTML code into different format including Java Script, JavaServer Pages, Microsoft ASP, PHP, Perl, and the UNIX Shell. It is particularly useful in CGI scripting. Platforms: C and C plus plus

License: Freeware Size: 194.56 KB Download (44): HTML Code Convert for HTML Tools Download

Released: January 30, 2013  |  Added: January 30, 2013 | Visits: 746

Fortitude HTTP x 64 Fortitude HTTP is a web server created to give windows users a free and easy use alternative to commercial web servers. This server features hundreds of in-depth, behind the scenes security features and a growing number of user defined security features. Supports: Multiple sites, virtual... Platforms: Windows

License: Freeware Size: 1.1 MB Download (52): Fortitude HTTP x 64 Download

Released: January 06, 2013  |  Added: January 06, 2013 | Visits: 637

Fortitude HTTP Fortitude HTTP is a web server created to give windows users a free and easy use alternative to commercial web servers. This server features hundreds of in-depth, behind the scenes security features and a growing number of user defined security features. Supports: Multiple sites, virtual... Platforms: Windows

License: Freeware Size: 1.1 MB Download (47): Fortitude HTTP Download

Added: June 23, 2010 | Visits: 1.691

Template::Tutorial::Web Template::Tutorial::Web is a Perl module for generating web content using the template toolkit. This tutorial document provides a introduction to the Template Toolkit and demonstrates some of the typical ways it may be used for generating web content. It covers the generation of static pages... Platforms: *nix

License: Freeware Size: 778.24 KB Download (113): Template::Tutorial::Web Download

Added: November 06, 2010 | Visits: 1.785

Template::Tutorial Template::Tutorial are template toolkit tutorials. This section includes tutorials on using the Template Toolkit. Subjects currently include an general overview of the Template Toolkit, showing users how to get quickly up to speed building web content, and a tutorial on generating and using... Platforms: *nix

License: Freeware Size: 778.24 KB Download (146): Template::Tutorial Download

Released: August 22, 2012  |  Added: August 22, 2012 | Visits: 587

Advanced Bash Scripting Guide Complete ebook tutorial and reference on shell scripting with Bash in Linux/UNIX/BSD. This is the equivalent of a 672-page printed book. It is an official Linux Documentation Project (http://www.tldp.org) Guide. Platforms: Linux,FreeBSD

License: Freeware Size: 791 KB Download (506): Advanced Bash Scripting Guide Download

Added: August 16, 2008 | Visits: 1.599

PHP Tutorial PHP is a server-side, cross-platform, HTML embedded scripting language, much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. Here we would... Platforms: Any

License: Freeware Size: 6.9 MB Download (856): PHP Tutorial Download

Added: January 18, 2010 | Visits: 1.361

CGI::Cache CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. WARNING The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20. SYNOPSIS Heres a simple example:... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): CGI::Cache Download

Added: January 18, 2010 | Visits: 3.983

Tkx::Tutorial Tkx::Tutorial Perl module contains a tutorial about how to use Tkx. Tk is a toolkit that allows you to create applications with graphical interfaces for Windows, Mac OS X and X11. The Tk toolkit is native to the Tcl programming language, but its ease of use and cross-platform availability has... Platforms: *nix

License: Freeware Size: 24.58 KB Download (215): Tkx::Tutorial Download

Added: March 17, 2010 | Visits: 1.134

lisp-cgi-utils lisp-cgi-utils is a CGI library for Common Lisp. It implements a very basic HTTP/CGI interface (sending headers, getting GET/POST and environment variables) and offers tools for easier HTML generation with special support for handling HTML forms. lisp-cgi-utils also supports HTTP cookies for... Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): lisp-cgi-utils Download

Added: January 10, 2010 | Visits: 2.306

ip-filter-cgi ip-filter-cgi is a set of perl script to modify rules of IP Filter (IP Filter is a TCP/IP packet filter cf: http://coombs.anu.edu.au/~avalon/ip-filter.html). If you make any improvement, correction send it back to. The scripts is not complete and is provided for testing purpose.... Platforms: *nix

License: Freeware Size: 48.13 KB Download (207): ip-filter-cgi Download

Added: September 08, 2010 | Visits: 1.199

CGI::Simple CGI::Simple is a simple totally OO CGI interface that is CGI.pm compliant. SYNOPSIS use CGI::Simple; $CGI::Simple::POST_MAX = 1024; # max upload via post default 100kB $CGI::Simple::DISABLE_UPLOADS = 0; # enable uploads $q = new CGI::Simple; $q = new CGI::Simple( { foo=>1, bar=>[2,3,4] }... Platforms: *nix

License: Freeware Size: 84.99 KB Download (103): CGI::Simple Download

Added: October 24, 2010 | Visits: 1.201

CGI::WML CGI::WML is a Perl module with subclass LDSs "CGI.pm" for WML output and WML methods. SYNOPSIS use CGI::WML; $query = new CGI::WML; $content = $query->p("Hello WAP world"); print $query->header(), $query->start_wml(), $query->template(-content=>$query->prev()),... Platforms: *nix

License: Freeware Size: 21.5 KB Download (101): CGI::WML Download

Added: June 15, 2010 | Visits: 1.343

CGI::Minimal CGI::Minimal is a lightweight CGI form processing package. SYNOPSIS # use CGI::Minimal qw(:preload); use CGI::Minimal; my $cgi = CGI::Minimal->new; if ($cgi->truncated) { &scream_about_bad_form; exit; } my $form_field_value = $cgi->param(some_field_name); Provides a micro-weight... Platforms: *nix

License: Freeware Size: 29.7 KB Download (99): CGI::Minimal Download

Added: May 18, 2010 | Visits: 1.271

CGI::Kwiki::New CGI::Kwiki::New is the default new wiki generator for CGI::Kwiki. A Wiki is a website that allows its users to add pages, and edit any existing pages. It is one of the most popular forms of web collaboration. If you are new to wiki, visit http://c2.com/cgi/wiki?WelcomeVisitors which is possibly... Platforms: *nix

License: Freeware Size: 76.8 KB Download (98): CGI::Kwiki::New Download

Added: January 13, 2010 | Visits: 1.911

Array::Each::Tutorial Array::Each::Tutorial - POD giving various examples how to use Array::Each. SYNOPSIS man Array::Each man Array::Each::Tutorial or perldoc Array::Each perldoc Array::Each::Tutorial Overview This tutorial contains only POD, so dont do this: use Array::Each::Tutorial; # dont do this... Platforms: *nix

License: Freeware Size: 20.48 KB Download (121): Array::Each::Tutorial Download

Added: February 20, 2010 | Visits: 1.329

CGI::Expand CGI::Expand is a Perl module that can convert flat hash to nested data using TT2s dot convention. SYNOPSIS use CGI::Expand; use CGI; # or Apache::Request, etc. $args = expand_cgi( CGI->new(a.0=3&a.2=4&b.c.0=x) ); # $args = { a => [3,undef,4], b => { c => [x] }, } # Or to catch... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): CGI::Expand Download

1 2 3 4 5 >