in reply to Embracing functions with parentheses
It is funny you use the open close example because I always use.
open (FILEHANDLE, '>', $filename); ......... close (FILEHANDLE);
Becuase I did not like open needing parens but close not. So I used this to visually help see the open and close statements.
The thing is it has worked for me but I have never known if I am setting myself up for a fall later.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Embracing functions with parentheses
by jdporter (Paladin) on Mar 21, 2005 at 17:11 UTC | |
by Ninthwave (Chaplain) on Mar 21, 2005 at 22:29 UTC |