Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: Estimating height of TEXTAREA from content

by Your Mother (Archbishop)
on Jul 25, 2005 at 06:39 UTC ( [id://477704]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Estimating height of TEXTAREA from content
in thread Estimating height of TEXTAREA from content

Nice! In a fit of jealousy for not having thought of this myself I'll point out that the default column width for Text::Wrap is 76 characters. So an amended line if the stated 80 is the real case.

use Text::Wrap; $Text::Wrap::columns = 80; # and continue as above...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-24 18:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found