The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

WebDyne - create web pages with embedded Perl

Description

WebDyne is a Perl based dynamic HTML engine. It works with web servers (or from the command line) to render HTML documents with embedded Perl code.

Once WebDyne is installed and initialised to work with a web server, any file with a .psp extension is treated as a WebDyne source file. It is parsed for WebDyne or CGI.pm pseudo-tags (such as <perl> and <block> for WebDyne, or <start_html>, <popup_menu> for CGI.pm) which are interpreted and executed on the server. The resulting output is then sent to the browser.

Pages are parsed once, then optionally stored in a partially compiled format - speeding up subsequent processing by avoiding the need to re-parse a page each time it is loaded. WebDyne works with common web server persistant/resident Perl modules such as mod_perl and FastCGI to provide fast dynamic content.

Documentation

A full man page with usage and examples is installed with the WebDyne module. Further information is available from the WebDyne web page, http://webdyne.org/ with a snapshot of current documentation in PDF format available in the module source /doc directory.

LICENSE and COPYRIGHT

This file is part of WebDyne.

This software is Copyright (c) 2016 by Andrew Speer <andrew@webdyne.org>.

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991

Full license text is available at: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Author

Andrew Speer, andrew@webdyne.org

Bugs

Please report any bugs or feature requests to "bug-webdyne at rt.cpan.org", or via http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebDyne