How can I get the Hellos<sans spaces> to wrap correctly? Is it possible with this module, or do I need to roll my own solution?
The real story: The Hellos are simulating a super-long filename path(greater than 60 characters). I'd like to wrap the super-long filename so that it spans multiple lines.
Thanks for your help!
#!/usr/bin/perl -w #Text wrapping snippet use Text::Format; $text = new Text::Format; $text->columns(65); print $text->format("Hello" x 190);
In reply to Text::Format Wrapping by slojuggler
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |