{ head("Lintian Package Index: $section") }

Package Index: {$section}

This is a list of all source or binary packages that have at least one lintian tag. This includes all tags, even experimental and info tags and tags that were overridden. The list is huge, so it's broken into four separate pages. This page covers package names starting with {$section}.

0-9, A-F | G-L | M-R | S-Z

{ # Put headings before each new initial letter. my $letter = ''; for my $package (@list) { my $first = uc substr($package, 0, 1); if ($first ne $letter) { $OUT .= "

\n\n" if $letter; $OUT .= qq(

$first

\n\n

\n); $letter = $first; } $OUT .= qq( $package\n); } }

{ foot() }