Help for this page

Select Code to Download


  1. or download this
    When what I want is 
    +----+----+----+----+
    ...
    |    |    |    |    |
    |    |    |    |    |
    +----+----+----+----+
    
  2. or download this
     while ($boxLine =~ s/(\.+)/sprintf("%-*d", length($1), $wordNum)/e) {
       $wordNum++
     }