On Mon, Nov 25, 2002 at 03:30:16PM +0100, Gerfried Fuchs wrote:
>  Still, I am waiting for answers to some of the questions I raised in
> the other PATCH mail I sent last week.

> +
> +  my $content;
> +  {
> +    local $/;
> +    $content = <FILE>;
> +    seek FILE, 0, SEEK_SET;
> +  }
> +

If you do that, why keep the rewinding and why not close it right there?

-- 
     2. That which causes joy or happiness.

Reply via email to