On Thu, Nov 18, 2004 at 04:28:40PM +0100, Markus Treinen wrote: > I can't use strict because I simple add a config-file via require and > the variables are simply declared (without my or our). And as it gives > me a lot of warnings, I disabled them, too :-) I hit this very thing today, so I cheated and turned off strict where the config file is read, but nowhere else:
if (...) {
no strict 'vars';
[eval/require the config]
}
as I understand it, strict is active everywhere else other than that
block.
--
Robin <[EMAIL PROTECTED]> JabberID: <[EMAIL PROTECTED]>
Hostes alienigeni me abduxerunt. Qui annus est?
PGP Key 0xA99CEB6D = 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
pgpd5wlJkKcOs.pgp
Description: PGP signature
