* Josip Rodin <[EMAIL PROTECTED]> [2002-11-25 15:54]:
> 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?
Uhm, you are right, was just a leftover... It was meant to be closed
there. Changed that now. Do I need to send another diff or can you
think around that little change? :)
Thanks,
Alfie
--
Debian ist auch das OS für Mamis - funktionell und ohne Schnickschnack.
-- Cornelia Stallinger in <[EMAIL PROTECTED]>
pgpofzoP3PhnO.pgp
Description: PGP signature

