On Wed, Feb 14, 2001 at 11:38:58AM -0800, Damien Neil wrote:
>   sub do_stuff { ... }
> 
>   {
>     my $fh = IO::File->new("file");
>     do_stuff($fh);
>   }
> 
> In this code, the compiler can determine that $fh has no active
> references at the end of the block

No, it can't, but it can certainly put a *test* for not having references
there.

-- 
Rule 3: If the character is comprised of a container without another radical, 
then Rule 3 will not apply.

Reply via email to