Help for this page

Select Code to Download


  1. or download this
    <td width="25%">big long sentance . . .</td>
    
  2. or download this
    use constant POS => 10;
    
    ...
        print;
        ($len % POS) ? print ' ' : print '<br>';
    }
    
  3. or download this
    #inside foreach
        $len += length;
    ...
        else {
            print ' ';
        }