Do those methods have any advantages over doing
@goo, @moo = 0, 0
You only write one zero...
The only real difference is in Joel's method of grepping for sym= type
methods, where you don't have to specify the variables names.
Do those methods have any advantages over doing
@goo, @moo = 0, 0
You only write one zero...
The only real difference is in Joel's method of grepping for sym= type
methods, where you don't have to specify the variables names.
Hi --
On Thu, 29 Jul 2004, Mehr, Assaph (Assaph) wrote:
> Do those methods have any advantages over doing
> @goo, @moo = 0, 0You only write one zero...
@goo = @moo = 0 #
David
--
David A. Black
dblack@wobblini.net
David A. Black wrote:
Hi --
Do those methods have any advantages over doing
@goo, @moo = 0, 0You only write one zero...
@goo = @moo = 0 #
David
I like!
On Thu, 29 Jul 2004, Mehr, Assaph (Assaph) wrote: