• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H18-Jul-1997-1,017851

eg/H17-Nov-1997-522361

etc/H02-Aug-1998-819595

mod/H02-Aug-1998-1,625789

t/H02-Aug-1998-495368

ANNOUNCEH A D27-Jul-19982.8 KiB8065

ARTISTICH A D26-Apr-19976 KiB13299

COPYINGH A D27-Mar-199717.6 KiB341281

CREDITSH A D27-Jul-19981.4 KiB3932

ChangeLogH A D02-Aug-199826.9 KiB602544

ChangeLog.1xH A D17-Jun-19971.3 KiB5432

ChangeLog.20H A D17-Jun-19972.8 KiB6649

ChangeLog.21H A D17-Jun-199710.5 KiB277232

INSTALLH A D27-Jul-19984.6 KiB13999

INSTALL.APACHEH A D28-Jul-19985.3 KiB13499

INSTALL.NSAPIH A D27-Jul-19987.3 KiB211172

KNOWN.BUGSH A D27-Jul-1998971 3224

Makefile.PLH A D03-May-20221.8 KiB7656

Makefile.inH A D02-Aug-19989.2 KiB384258

NEWSH A D01-Aug-199712.4 KiB281203

PORTINGH A D02-Aug-19982.8 KiB5344

PORTING.testH A D27-Oct-19971.8 KiB7863

READMEH A D02-Aug-19981.5 KiB3727

VERSIONSH A D02-Aug-19981.1 KiB6156

acconfig.hH A D10-Jul-1998532 269

aclocal.m4H A D02-Aug-19989.5 KiB435419

config_ac.h.inH A D10-Jul-19982.2 KiB9061

config_sc.h.inH A D30-Dec-1997529 2318

configureH A D03-May-202262.7 KiB2,0881,692

configure.inH A D31-Dec-19977.5 KiB299262

eperl.1H A D02-Aug-199840.8 KiB1,078994

eperl.podH A D17-Nov-199732.9 KiB907662

eperl_config.cH A D10-Jul-19981.7 KiB5613

eperl_config.hH A D10-Jul-19986.6 KiB275172

eperl_debug.cH A D10-Jul-19981.9 KiB6523

eperl_getopt.cH A D10-Jul-199835.4 KiB1,090615

eperl_getopt.hH A D10-Jul-19985.9 KiB16748

eperl_global.hH A D27-Jul-19982.5 KiB9930

eperl_http.cH A D27-Jul-19988.9 KiB359226

eperl_license.cH A D26-Apr-199726.1 KiB480475

eperl_logo.cH A D30-Mar-199733.8 KiB461456

eperl_main.cH A D27-Jul-199842.9 KiB1,258920

eperl_parse.cH A D03-May-202218.1 KiB555386

eperl_perl5.cH A D02-Aug-19983.5 KiB14962

eperl_perl5.hH A D10-Jul-19982 KiB6618

eperl_perl5_sm.plH A D24-Oct-19973.1 KiB10788

eperl_powered.cH A D20-Jun-199721.8 KiB299294

eperl_pp.cH A D10-Jul-199814.4 KiB434287

eperl_proto.hH A D03-May-20225.5 KiB16194

eperl_readme.cH A D02-Aug-19981.7 KiB4338

eperl_security.hH A D10-Jul-19982.8 KiB8416

eperl_sys.cH A D27-Jul-19989.7 KiB434288

eperl_version.cH A D02-Aug-1998675 3114

README

1        ____           _
2    ___|  _ \ ___ _ __| |
3   / _ \ |_) / _ \ '__| |
4  |  __/  __/  __/ |  | |
5   \___|_|   \___|_|  |_|
6
7  ePerl -- Embedded Perl 5 Language
8
9  Version 2.2.14 (02-08-1998)
10
11  ePerl interprets an ASCII file bristled with Perl 5 program statements by
12  evaluating the Perl 5 code while passing through the plain ASCII data. It
13  can operate in various ways: As a stand-alone Unix filter or integrated Perl
14  5 module for general file generation tasks and as a powerful Webserver
15  scripting language for dynamic HTML page programming.
16
17  The documentation and latest release can be found on
18  http://www.engelschall.com/sw/eperl/
19
20  Copyright (c) 1996,1997,1998 Ralf S. Engelschall <rse@engelschall.com>
21
22  This program is free software; it may be redistributed and/or modified only
23  under the terms of either the Artistic License or the GNU General Public
24  License, which may be found in the ePerl source distribution.  Look at the
25  files ARTISTIC and COPYING or run ``eperl -l'' to receive a built-in copy of
26  both license files.
27
28  This program is distributed in the hope that it will be useful, but WITHOUT
29  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
30  FITNESS FOR A PARTICULAR PURPOSE.  See either the Artistic License or the
31  GNU General Public License for more details.
32
33                              Ralf S. Engelschall
34                              rse@engelschall.com
35                              www.engelschall.com
36
37