Index: ossp-web/SHARE/ossp_navbar.wml RCS File: /v/ossp/cvs/ossp-web/SHARE/ossp_navbar.wml,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-web/SHARE/ossp_navbar.wml,v' 2>/dev/null --- ossp_navbar.wml 2002/04/26 15:39:34 1.5 +++ ossp_navbar.wml 2002/07/07 18:11:24 1.6 @@ -230,6 +230,7 @@ # Packages, Tools + Index: ossp-web/pkg/tool/eperl/.cvsignore RCS File: /v/ossp/cvs/ossp-web/pkg/tool/eperl/.cvsignore,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-web/pkg/tool/eperl/.cvsignore,v' | diff -u /dev/null - -L'ossp-web/pkg/tool/eperl/.cvsignore' 2>/dev/null --- ossp-web/pkg/tool/eperl/.cvsignore +++ - 2025-04-04 22:37:54.735579708 +0200 @@ -0,0 +1 @@ +*.html Index: ossp-web/pkg/tool/eperl/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/tool/eperl/index.wml,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-web/pkg/tool/eperl/index.wml,v' | diff -u /dev/null - -L'ossp-web/pkg/tool/eperl/index.wml' 2>/dev/null --- ossp-web/pkg/tool/eperl/index.wml +++ - 2025-04-04 22:37:54.738145257 +0200 @@ -0,0 +1,52 @@ + +#use wml::ossp area=pkg:tool subarea=eperl + +OSSP eperl + +

Embedded Perl Language

+ +

Abstract

+ +OSSP eperl interprets a text file bristled with Perl program statements by +evaluating the Perl code while passing through the plain text data. It can +operate in various ways: As a stand-alone Unix filter or integrated Perl +module for general file generation tasks and as a powerful webserver scripting +language for dynamic HTML page programming. + +

+OSSP eperl is a fully functional Perl interpreter because +internally it makes use of the original Perl interpreter library +(libperl.a). So OSSP eperl is based on the installed Perl system. The only +noticeable difference to the user between the program eperl and +perl is the source file format they use. + +

+While traditional scripts are still run via perl, eperl is +used to interpret any type of ASCII text containing embedded script parts. +These embedded scripts are theirself traditional scripts. So, ePerl is not a +replacement for your original perl program. It is a variant for +special programming contexts. Because ePerl just provides the Perl scripting +language in a different context of programming: the embedded style. But the +language itself remains the same. This way you can use all modules with +eperl which are available in perl. Including those using the +DynaLoader facility to load their shared objects under runtime. + +

Authors

+ + + +

Status

+ + + +

Source

+ + + Index: ossp-web/pkg/tool/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/tool/index.wml,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-web/pkg/tool/index.wml,v' 2>/dev/null --- index.wml 2002/06/03 07:05:02 1.13 +++ index.wml 2002/07/07 18:11:24 1.14 @@ -16,6 +16,9 @@ +