could someone please help me make this bit of code
more efficient?  I am trying to break really long
lines, say up to 600 characters into manageable sizes
(78 or less characters) but I do not want to break
cleanly at position 78.  If that is in the middle of a
word, my program back steps to the first whitepace.

but I think I am overdoing it here, although it seems
to give me the results I want.

I would not like to use a module for this, but rather
have it hard coded myself.  Please help me without
module advice if possible

__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

Attachment: new3.pl
Description: new3.pl

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to