- or download this
# perl -MText::Autoformat -e 'print $Text::Autoformat::VERSION , "\n"'
+ ; cat p.pl ; echo ; perl p.pl
1.67
- or download this
#!/usr/local/bin/perl
...
1. Analyze problem
3. Design algorithm
1. Code solution
- or download this
# Configuration...
$formatted = autoformat $rawtext, { %options };
- or download this
# Don't recognize Roman numerals or alphabetics as list markers.
+..
autoformat { lists => 'number, bullet' }, $text;