The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension HTML::Embperl.

0.14-beta 30 Juni 1997  
        - adding 8192 to EMBPERL_DEBUG and setting EMBPERL_VIRTLOG will add a link
          to Embperl output, so you can directly view the right part of the logfile
          with your browser
        - added the LOG filehandle to print to the embperl logfile
        - Add the possibility of handling multiple form fields with same name
        - chars which are result of a perl expression will not be escaped to html if
          they are prefixed with a backslash
        - Added support for scanning the parameters of input tag for perl code i.e.
          [- -] and [+ +] substituions takes place
        - Replace carridge return in perl expression with space to avoid perl 5.004 error
          about carridge return
    	- added $req_rec to access the apache server api when running under mod_perl

        - Fixed a bug in Safe namespace handling causing always ERR: 17 Namespace unknown
        - Fixed a bug which caused dynamic tables to end, if a if, while etc. is included 
        - Fixed a bug that caused [$cmd$] executed only in the first iteration of while or table
        - Fixed some bugs in input tag interpretation
        - Fixed a bug occured when have a input tag with value="" and %ffld=""
	    - Fixed a bug in embpexec.pl that caused the options to be ignored when running offline

0.13-beta   April 26 1997	
        - Move EPENTRY (embperl_init) down to avoid crash when compiled with
          -DEPDEBUGALL
        - Add #undefs for stdio function to compile with perl > 5.003
          Note: This is a quick hack, and will be changed to use PerlIO in
          one of the next releases, so we can tie stdout of Embperl
        - Add pids (to distinguish between muliplite requests) and time to
          logfile output
        - Make many functions static and names of externals more unique to
          avoid conflicts of symbolnames with other modules
        - If file not found return status 404 instead of 500
	- Add Apache::Embperl so the module shows at CPAN also under 
	  module/by-module/Apache/ as suggested by Doug MacEachern

0.12-beta not publicly released
	- The mask has been removed from namespace option so it can be used
          with safe.pm > 2
        - Embperl works with -T / PerlTaintCheck on
        - Add function MailFormTo to send form contents via email
        - the dbgSource option displays only one line for better overview
        - fixed a bug caused perl operator '<' interpreted as html tag
          in tables or while loop after the first iteration
        - add ffld array for mod_perl mode to get the order of form fields
        - removed vsnprintf, since it's not available on all platforms
    	- Correct handling of empty dynamic tables
	- Fix Bug causes a Segmentaion Fault when first table is empty
	- Add script for make test
	- Fixed Error with nested if
	- Log compilation errors of embedded perl code
	- Avoid some warnings in Embperl.pm

0.11-beta      March 25 1997
	- Name changed from Embperl to HTML::Embperl!!!!!!!!
	- FORM & ENV debug output now available in all modes
	- Ouput from [+  +] and INPUT fields are escaped
	  (e.g. < is send as &lt; )
	- two dimensional tables
	- bug whiches causes an endless loop when using a \ fixed
        - fixed escaping special html chars above ascii code 128
        - added support for list tags (dir, menu, ol, ul, dl)
        - added support for textarea tag
	- fixed some errors

0.10b-beta	Jan 23 1997
	- fixed some errors

0.10beta 	Jan 18 1997
	- first public beta release