Search Results

4
votes

How can I set the line length limit in Text::Wrap?

Your code has a syntax error at line 4: use Text::Wrap should be: use Text::Wrap; # note the semi-colon I don't recommend the us …