pkgsrc/www/ap-Embperl/DESCR

18 lines
745 B
Text
Raw Normal View History

1999-12-02 21:50:04 +01:00
Embperl gives you the power to embed Perl code in your HTML
documents. Using Perl means being able to use a very
elaborate programming language, which is widely used for
WWW purposes. You can also use hundreds of Perl modules
which have already been written - including DBI - for
database access to a growing number of database systems.
1999-12-02 21:50:04 +01:00
While this could also be done with other packages, Embperl
has several features especially for HTML: dynamic tables,
formfield-processing, escaping/unescaping and more.
1999-12-02 21:50:04 +01:00
Embperl is a server-side tool, which means it's
2003-08-30 07:08:19 +02:00
browser-independent. It can run in various ways: Under
1999-12-02 21:50:04 +01:00
mod_perl, as a cgi script, or offline.
1999-12-02 21:50:04 +01:00
There is also a module for Database access within Embperl,
look at DBIx::Recordset.