in reply to Re: Trouble with Autoresponder Perl Script ( FUMP )
in thread Trouble with Autoresponder Perl Script
which is completely uninformative, unless there's something hinky coming in from defcharset...############################### sub printheader{ unless($CONF{defcharset}){ print $q->header; }else{ print $q->header( -charset=>$CONF{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 | |
by jdporter (Paladin) on Jul 02, 2016 at 20:19 UTC |