Help for this page

Select Code to Download


  1. or download this
    #assuming char width values in inches
    my %char_width(a=>1, 
    ...
    
    $cell_width /= 72;
    
  2. or download this
    my $cell_width = length($string) * $char_width;