On Thu, Jul 13, 2000 at 08:12:54PM +0100, David Hodgkinson wrote:
> 
> How dirty is dirty?
> 
> If it's a case of assembling the globals into a big "use vars qw//"
> then that's OK. Boring but do-able.

There are problems like

        $action = 'save' if $q->param('action') eq 'save';

We have a lot of such uses of globals in scripts here, and the problem
is that nor -w nor use strict catches such problems. PerlRunOnce works
just fine, except that forking new process for each request is still
rather slow.

-- 
------------------------------------------------------------------------
 Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/
   .project: Perl, DBI, Oracle, MySQL, auth. WWW servers, MTB, Spain.
Petition for a Software Patent Free Europe http://petition.eurolinux.org
------------------------------------------------------------------------

Reply via email to