in reply to How to wrap text to a maximum width of 70 characters per line?

You can use formats:

format = ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~ $string . $string = get_some_really_long_string(); write;

See perldoc perlform.

  • Comment on Re: How to wrap text to a maximum width of 70 characters per line?
  • Download Code