Re: configuration and namespaces

Dumas Patrice <[email protected]> Tue, 1 Jul 2003 18:05:23 +0200
Newsgroups gmane.comp.tex.texi2html.devel
Message-ID <[email protected]>
> You are correct.  I don't know why I remembered differently.  Maybe it 
> was a bug in old versions of Perl because I remember it causing me some 
> grief some years ago.

I have to predefine the variables with our before the require even if 
there is no use strict, as the code is also put as is in the texi2html
script, and is thus in a use strict environment. This is not a problem in
my opinion.

Pat