1[name]
2Explicit width setting
3
4[options]
5width 40
6
7[input]
8=head1 WIDTH
9
10This is a long bit of text that would normally wrap at 78 characters using
11the default settings, but will be wrapped at 40 characters due to the
12option set.
13
14=cut
15
16[output]
17WIDTH
18    This is a long bit of text that
19    would normally wrap at 78 characters
20    using the default settings, but will
21    be wrapped at 40 characters due to
22    the option set.
23