modperl confusing file/package

2001-07-28 Thread ryc
I have a script that runs under modperl very well. It consists of one main executable CGI file, and it 'requires' a few other pieces of source code. One of the files it requires is called db.pl. This file creates a package, and it contains several 'global' variables for that package (database

Re: modperl confusing file/package

2001-07-28 Thread perrin
Quoting ryc [EMAIL PROTECTED]: Or even, when my script accesses $Packagename::dbh as a global variable inside the Packagename package, only one such varaible exists within that perl instance inside Apache (even though there should be two). There can be only one. One package name, one