in reply to Re: Trouble with Autoresponder Perl Script ( FUMP )
in thread Trouble with Autoresponder Perl Script

So from https://github.com/ursaloff/FUMP/blob/master/conf.cgi, we get the definition:
############################### sub printheader{ unless($CONF{defcharset}){ print $q->header; }else{ print $q->header( -charset=>$CONF{defcharset}); } }
which is completely uninformative, unless there's something hinky coming in from defcharset...

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

Replies are listed 'Best First'.
Re^3: Trouble with Autoresponder Perl Script ( FUMP )
by InternetDominus (Initiate) on Jul 02, 2016 at 05:11 UTC
    Hello,

    If anyone is interested, I have a working copy of FUMP.
    I made some minor updates like changing mysql to mysqli,
    and changing some Java Script code to make the HTML editor work.

    If anyone is interested, just reply to this post.

      Is there some reason you can't just post it? Don't make people beg for it, man.