On Sat, Aug 05, 2000 at 08:53:58PM +0000, Nick Ing-Simmons wrote:
> You loose one little thing - you have a new scalar (the handle)
>
> with
>
> open $fh,$filename
>
> one can re-use an existing thing to which someone else may have a reference.
> (Not that that is useful very often.)
Well perhaps that's what
$fh = open $fh;
does.
-Scott
--
Jonathan Scott Duff
[EMAIL PROTECTED]
- Re: RFC: Filehandle type-def... Ted Ashton
- Re: RFC: Filehandle type-def... Johan Vromans
- Re: RFC: Filehandle type-def... Tom Christiansen
- Re: RFC: Filehandle type-def... Ted Ashton
- Re: RFC: Filehandle type-def... Bart Lateur
- Re: RFC: Filehandle type-def... Ted Ashton
- Re: RFC: Filehandle type-def... Nathan Torkington
- Re: RFC: Filehandle type-def... Peter Scott
- Re: RFC: Filehandle type-def... Nathan Wiger
- Re: RFC: Filehandle type-def... Nick Ing-Simmons
- Re: RFC: Filehandle type-def... Jonathan Scott Duff
- Re: RFC: Filehandle type-definin... Piers Cawley
- Re: RFC: Filehandle type-defining pun... Simon Cozens
- Re: RFC: Filehandle type-definin... Tom Christiansen
- Re: RFC: Filehandle type-def... Ted Ashton
- Re: RFC: Filehandle type-def... Peter Scott
- Re: RFC: Filehandle type-def... Larry Wall
- Re: RFC: Filehandle type-def... John Porter
- Re: RFC: Filehandle type-def... Tom Christiansen
- Re: RFC: Filehandle type-defining punctuation Steve Simmons
