"Brent Dax" <[EMAIL PROTECTED]> writes:

>       sub FOO {"foo"}
>       print FOO;
> 
> evaluating to:
> 
>                             /-no------"foo"-----\
>       opt: FOO redefined? -<                     >---print
>                             \-yes-----call FOO--/

'use constant FOO => "foo"' could add some magic to never let FOO
being redefined (not a bad coice for a constant).

-- Johan

Reply via email to