in reply to Re: Apache conflicts with my modules
in thread Apache conflicts with my modules
#!/usr/bin/perl -w use lib '/home/iordy/perl.iordy.net'; use strict; use iXML::TheConstruct; use Apache::Request; my $r = Apache->request; my $apr = Apache::Request->new($r); my $construct = iXML::TheConstruct->new();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Apache conflicts with my modules
by echo (Pilgrim) on Aug 29, 2001 at 17:52 UTC | |
by IOrdy (Friar) on Aug 29, 2001 at 18:03 UTC | |
by echo (Pilgrim) on Aug 29, 2001 at 18:24 UTC |