in reply to Text::Autoformat not behaving correctly
#!/usr/bin/perl -w use strict; use Text::Autoformat; undef $/; my $text = <>; print autoformat($text, {left=>20, right=>60, all=>1});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Text::Autoformat not behaving correctly
by BMaximus (Chaplain) on Jun 22, 2001 at 07:48 UTC | |
by frag (Hermit) on Jun 22, 2001 at 09:37 UTC |