MyEPerl - A simple preprocessor for documents of any type, it gives everything between '[+' and '+]' to the Perl interpreter. Copyright (C) 2001 by Ingo Blechschmidt, released under the GNU GPL. Documentation for MyEPerl ~~~~~~~~~~~~~~~~~~~~~~~~~ The idea is: You want to design documents of any type (e.g. HTML) dynamically, with Perl. You don't want to use ePerl (Embedded Perl), because it has too many functions. You only want to substitue a little bit, e.g. the date: ---> Before MyEPerl: [...] Last updated: [+ print time(); +] ---> After MyEPerl: [...] Last updated: 1000119204 To do this with MyEPerl, use the following command: myeperl.pl < file > file.html Report bugs and extensions to iblech@web.de. Now, happy perling! Ingo Blechschmidt.