Help for this page

Select Code to Download


  1. or download this
    sub getLetter {
       my $txline;
    ...
          return $txline;
       }
    }
    
  2. or download this
    sub getLetter {
       # Let's start the buffer with an empty string to avoid
    ...
       # can return it to the caller
       return $txline;
    }