OK, I'm not going to write my own script for attaching an email.  I'm 
going to try to modify the script from Randal's Web Techniques.  I 
need to point to the location of MIME::Lite.  I'm having difficulty 
with syntax with CGI.pm and strict.  all of the below gives a server 
500 error.

#ORIGINALLY SAID
if (@params)
{require MIME::Lite;

#DOES NOT WORK:
if (@params)
{require /www/host/cgi-bin/Lite.pm;

#DOES NOT WORK:
if (@params)
{require ('/www/host/cgi-bin/Lite.pm');

*** Teresa Raymond
*** http://www.mariposanet.com
*** [EMAIL PROTECTED]

Reply via email to