Help for this page
my %underline = ( a => '-', ... ); my $first_letter = substr($0, 0, 1); my $pat = $underline{$first_letter};