in reply to
Re: Humanized lists of numbers
in thread
Humanized lists of numbers
That's not working for the original list:
print join(", ", human(1, 2, 3, 5, 7, 8, 9, 11, 14)), "\n";
prints:
1-3, 5-3, 7-9, 11-9, 14-9
Comment on
Re: Re: Humanized lists of numbers
Select
or
Download
Code
In Section
Seekers of Perl Wisdom