Geoffrey Young wrote:I don't think it makes any difference, we need to do it in C.Good. So should we
split /[\r\n]/, $config
if it's a scalar,we have Apache::CRLF to take the guesswork out, or alternatively we could use $/.
Is this so efficiency bound that it needs to be done in C? Why not change the name of the current add_config sub to something internal and make a Perl wrapper that does the conversion from a scalar to a list ref. From a maintenance point of view, I would think it is preferable to do as much in Perl as possible. It allows people to maintain it without having to become an XS wizard...
Liz
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
