Re: embperl and xemacs

2000-06-08 Thread Michael Blakeley
At 2:45 PM -0700 6/8/2000, Tom Lancaster wrote: >I couldn't get the files from his tripod site - just got the html of the >page they were on. If you have the .el's, could you send them to me? Yep - some messed-up cookies code, I think. I couldn't get lynx or wget to work, even when telling lynx

Re: embperl and xemacs

2000-06-08 Thread Tom Lancaster
I couldn't get the files from his tripod site - just got the html of the page they were on. If you have the .el's, could you send them to me? Thanks, Tom Michael Blakeley wrote: > > Has anyone gotten the mmm-embperl stuff working? I downloaded mmm.el > and mmm-embperl.el from the links on > ht

How to generate nice error pages ?

2000-06-08 Thread Jim Peters
I'll explain what I'm trying to do. I'm doing database lookups and generating pages from them. I check all return values from the DBI functions, and I want to generate user-friendly error report pages if anything goes wrong. The trouble is that at the point when I detect the error, I can alread

FW: mail not sent via HTML::Embperl::Mail

2000-06-08 Thread Gerald Richter
Maybe you don't have a mailserver running on that machine, so you have to specify a mailhost. Look into your syslog, Net::SMTP log his debug messages there (which are enabeld with EMBPERL_MAILDEBUG) Gerald - Gerald Richterecos ele

mail not sent via HTML::Embperl::Mail

2000-06-08 Thread Terrence Brannon
Although I can send email from this machine, I cannot via HTML::Embperl::Mail. The first file included below calls card-notification.epl with the intention of emailing it. embperl.log also included. -- send-card.epl - [- use Angryman::Database; use Data::Dumper; $udat{card_ready_for_d

Re: embperl and xemacs

2000-06-08 Thread Dirk Lutzebaeck
Michael Blakeley writes: > Has anyone gotten the mmm-embperl stuff working? I downloaded mmm.el > and mmm-embperl.el from the links on > http://perl.apache.org/embperl/Embperl.pod.17.html but trying to use > it just gets me: > Autoloading failed to define function mmm-embperl > > M