1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
____ _
___| _ \ ___ _ __| |
/ _ \ |_) / _ \ '__| |
| __/ __/ __/ | | |
\___|_| \___|_| |_|
ePerl -- Embedded Perl 5 Language
Version 2.2.16 (2025-09-09)
ePerl interprets a text file sprinkled with Perl 5 program statements by
evaluating the Perl 5 code while copying the plain text data verbatim. It
can operate in various ways: As a stand-alone Unix filter or integrated Perl
5 module for general file generation tasks and as a powerful Webserver
scripting language for dynamic HTML page programming.
This is a thawed OSSP project; for git repository/bug tracker/mailing list see
https://sr.ht/~nabijaczleweli/ossp
The manual is available on-line and at
https://ra.ws.co.ls/~nabijaczleweli/ossp-eperl/blob/man/ossp-eperl.pdf
Release tarballs are signed with nabijaczleweli@nabijaczleweli.xyz
(pull with WKD, but 7D69 474E 8402 8C5C C0C4 4163 BCFD 0B01 8D26 58F1).
аnd stored in git notes as-if via the example program provided at
https://man.sr.ht/git.sr.ht/#signing-tags-tarballs
and are thus available on the refs listing/tag page as .tar.gz{,.asc}:
https://git.sr.ht/~nabijaczleweli/ossp-uuid/refs
Wants a recent C compiler, Perl, and autoconf/automake:
$ autoreconf -fi
$ ./configure [--with-perl=$(command -v perl perl5 miniperl)] \
[--with-allowed-caller=nobody, root] \
[autoconf variables]...
$ make ...
The documentation and latest release can be found on
http://www.engelschall.com/sw/eperl/
Copyright (c) 1996-2000 Ralf S. Engelschall <rse@engelschall.com>
This program is free software; it may be redistributed and/or modified only
under the terms of either the Artistic License or the GNU General Public
License version 2, which may be found in the ePerl source distribution.
Look at the files LICENSES/Artistic-1.0-Perl.txt and LICENSES/GPL-2.0-only.txt
or run "eperl -l" to receive a built-in copy of both license files.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See either the Artistic License or the
GNU General Public License for more details.
Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com
|