In article <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED] (Ton Hospel) writes:
> The rule seems to be that it starts as 256 as soon as there are 2 or more 
> statements in a program.
> 
Though even in the single statement case things like a regex cause 256:

perl -wle 'print $^H,//'
Use of uninitialized value in pattern match (m//) at -e line 1.
2561

Reply via email to