On Tue, 23 Jan 2001, John Michael wrote:

> I know that the modperl script has to go in the httpd/perl folder so that
> apache will recognize it.

        You can put the script anywhere you please.  You only have to
        make sure the directory is "use lib"'d.

> If I move the scripts into the httpd/perl folder, if I just require them from
> the virtual cgi-bins, will they work and how do I pass variables to these
> scripts.  These are just regular cgi scripts.

        You pass them the same way you always have.

> I just wanted to gain the effects of the embedded interpreter and start
> experimenting with the script.

        You actually have to configure Apache::Registry to handle the
        scripts in said directories, of course.

        - Paul

Reply via email to