in reply to
Sort path strings by component count.
Would defining
sub lenkf { return scalar @_ }
[download]
and using
lenkf split ..
instead of
scalar split ..
work?
Comment on
Re: Sort path strings by component count.
Select
or
Download
Code
In Section
Seekers of Perl Wisdom