- or download this
#! c:/perl/bin -w
use strict;
...
&out;
exit(58);
}
- or download this
# sub splBRK -- breaks a line of undefined length by replacing each
+ $splBRK with a \n\t
#
...
$new= join "\n\t", @sect;
&shortenlines;
}
- or download this
# SUB shortenlines -- breaks a line of undefined length by replacing
+
# a space with a \n at least every $max chars
...
exit(121);
}