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
|
/* README.c -- automatically generated by asc2c */
char *ePerl_README = \
" ____ _ \n"\
" ___| _ \\ ___ _ __| |\n"\
" / _ \\ |_) / _ \\ '__| |\n"\
" | __/ __/ __/ | | |\n"\
" \\___|_| \\___|_| |_|\n"\
" \n"\
" ePerl -- Embedded Perl 5 Language\n"\
"\n"\
" Version 2.2.14 (02-08-1998)\n"\
"\n"\
" ePerl interprets an ASCII file bristled with Perl 5 program statements by\n"\
" evaluating the Perl 5 code while passing through the plain ASCII data. It\n"\
" can operate in various ways: As a stand-alone Unix filter or integrated Perl\n"\
" 5 module for general file generation tasks and as a powerful Webserver\n"\
" scripting language for dynamic HTML page programming. \n"\
"\n"\
" The documentation and latest release can be found on\n"\
" http://www.ossp.org/pkg/tool/eperl/\n"\
"\n"\
" Copyright (c) 1996,1997,1998,1999 Ralf S. Engelschall <rse@engelschall.com>\n"\
"\n"\
" This program is free software; it may be redistributed and/or modified only\n"\
" under the terms of either the Artistic License or the GNU General Public\n"\
" License, which may be found in the ePerl source distribution. Look at the\n"\
" files ARTISTIC and COPYING or run ``eperl -l'' to receive a built-in copy of\n"\
" both license files.\n"\
"\n"\
" This program is distributed in the hope that it will be useful, but WITHOUT\n"\
" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n"\
" FITNESS FOR A PARTICULAR PURPOSE. See either the Artistic License or the\n"\
" GNU General Public License for more details.\n"\
"\n"\
" Ralf S. Engelschall\n"\
" rse@engelschall.com\n"\
" www.engelschall.com\n"\
"\n"\
;
/*EOF*/
|