[% title = "Browse distribution by letter " _ letter ; box_help = 1 ; crumb2_name = 'Distributions' ; crumb2_href = '/' ; crumb1_name = letter ; %]
Here are all the CPAN distributions that start with the letter [% letter %]:
[% FOREACH dist = list.sort %]
[% dist %]
[% END %]