You could also just make sure something like the following is in a my.cnf file (on my system it's /var/lib/mysql/my.cnf):
[perl]
default-character-set=utf8
And then when you connect, you'll need to specify two options to DBI to make DBD::mysql read from the option file:
DBI->connect( 'dbi:mysql:lo
I've been attempting to turn my httpd.conf file into a perl
module. Overall, it seems pretty straightforward but I've had
trouble with the CustomLog and LogFormat directives. I can get
them to work as scalars but not as arrays. For instance, the
following works (it took me awhile to get anything
Unfortunately I'm not using Apache2... :-(
Any ideas for Apache 1.3?On 10 Nov 2005 11:37:50 -0800, Randal L. Schwartz <merlyn@stonehenge.com> wrote:
>>>>> "Brian" == Brian Phillips <
[EMAIL PROTECTED]> writes:Brian> Even using Apache->http