Help for this page
sub getLetter { my $txline; ... return $txline; } }
sub getLetter { # Let's start the buffer with an empty string to avoid ... # can return it to the caller return $txline; }