in reply to Trouble with Autoresponder Perl Script

I founded it, its https://github.com/ursaloff/FUMP/blob/master/responder.cgi ie FUMP » Follow Up Mailing Processor - great atoresponder

When subroutines don't take arguments, when the "modules" don't end in .pm ... the code is too far gone ... but I cannot suggest an alternative

  • Comment on Re: Trouble with Autoresponder Perl Script ( FUMP )

Replies are listed 'Best First'.
Re^2: Trouble with Autoresponder Perl Script ( FUMP )
by kennethk (Abbot) on Mar 25, 2015 at 00:48 UTC
    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.

      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.