in reply to Re: Return from a subroutine generates a negative value
in thread Return from a subroutine generates a negative value
I take completely the opposite view. I see it as quite natural to use the same name for a hash or array and for individual elements. Generally, I try to make the collective object be plural, while the individial are sometimes localized with 'the_rrd' or 'a_rrd', but often the sigils are sufficient differentiation, especially if the scope is small.
--
TTTATCGGTCGTTATATAGATGTTTGCA
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Return from a subroutine generates a negative value
by bobn (Chaplain) on Aug 08, 2003 at 02:14 UTC |