Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

(jeffa) Re: Wordwrap text

by jeffa (Bishop)
on Jul 27, 2001 at 00:06 UTC ( [id://100123]=note: print w/replies, xml ) Need Help??

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 ' ';
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://100123]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-19 10:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found