#!/usr/bin/perl -w use strict; # Description: Text wrapper kind of like fmt. use Getopt::Std; use Text::Wrap; my $USAGE =<) { s/\n/ /g; $_ .= "\n\n"; print Text::Wrap::wrap($inittab, $subtabs, $_); }