Peter Scott <[EMAIL PROTECTED]> writes:

> Glad to see the tide of sentiment towards making strictness the default 
> :-)  To feed my personal fetish for optional site policies prohibiting 
> disabling certain strictness, can anyone enumerate circumstances when you 
> *cannot* currently achieve something desirable under one of the 
> strictnesses?  The only one I can think of is symbolic references.

$::{$package . '::'}{$refname} ||= do {local *FOO};
$::{$package . '::'}{$refname} = $value;

And stricture is not violated. Of course, we do a lot of glob magic,
but that's not necessarily a bad thing.

-- 
Piers

Reply via email to