Help for this page
sub expandRanges { my @pieces = split /\s*,\s*/, $_[0]; ... } return @expanded; }