On 12/12/2007, Chas. Owens <[EMAIL PROTECTED]> wrote: > > On Dec 12, 2007 7:08 AM, Dr.Ruud <[EMAIL PROTECTED]> wrote: > > > Your last comment line ("it will close here") I would put inside the > > block, or I would say "is closed with the block". > > (I am all for lexical comments.) > snip > > I can see that. And in Perl 6 it would actually make a difference > since comments are included in the parse tree.
A small amount of clarification please. Is it generally preferable to use scalars for filehandle; $fh is preferred to FH?