![]() |
|
P is for Practical | |
PerlMonks |
Re^4: Finding missing numbers in a list ( @numbers )by Anonymous Monk |
on Sep 02, 2016 at 11:13 UTC ( #1171043=note: print w/replies, xml ) | Need Help?? |
I'm not convinced that @list is much of an improvement over @a as a name for an array :-) Thats a terrible unconviction :P @list is much times better than @array ... @a for short... because the question talks about a list of numbers, the @list ... and the @ tells us its array
@numbers
In Section
Seekers of Perl Wisdom
|
|