Hi,
I'm trying to get an old Embperl installation working. I'm running Embperl
2.0rc1. In my Apache conf file I have:
PerlModule Embperl
AddType text/html .phtml
SetHandler perl-script
PerlHandler Embperl
Options ExecCGI
PerlSetEnv EMBPERL_LOG /tmp/embperl-jbodnar.lo
I asked a similar question before (teeing the output), but had a
different needs and would like to ask again.
I'd like to save the complete page by making a very long string. That is,
the complete (embperl processed) page will be stored into one field in the
database.
I'd like to do it at the sa
Hi,
I have problem with the mails sent from Embperl::Mail::Execute,
because Thunderbird thinks the email is dated '1.1.1970 1:00'. I have to
manually add Date to the mail headers on every page with something like
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime();
$date2 = spri