On Fri 17 Jan 2003, Paul Makepeace <[EMAIL PROTECTED]> wrote:
> Kake irc::suggested Apache::Htaccess which you'd think would be a
> winner but sadly it's saddled with a rather odd interface and an
> internal representation of the data (array of (command, "@args")) that
> I don't see making much patchable sense from.

It also allowed me to truncate a test file to a single line with a mere
line or two or perl:

----------------------------------------------------------------------
#!/usr/bin/perl

use warnings;
use strict;
use Apache::Htaccess;

my $htaccess = Apache::Htaccess->new("htaccess");

----------------------------------------------------------------------

Is it just me it does this to?


Kake

Reply via email to