A Perl justification utility

Some months ago, a guy asked at the bboard of my server of choice whether someone knew of a utility to get justified text unjustified (or something similar). I was in the mood, and I was enjoying some perl hacking, so I decided to do a justification utility. Yes, there are probably thousands/millions. But it was fun.

After downloading the file, rename it to 'justifier.pl'. Run it as follows:
      perl justifier.pl file
    
Or, if you chmod +x it, just
      ./justifier.pl file
    
file is expected to be a text file. Help is got with
      perl justifier.pl -h
    
There are several command-line options. Some of them (not all) are: Download here a Lorem Ipsum text to try it, if you lack one.
Back to Pedro's page