Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#! @PERL@undef $/;$_ = <>;s/\n*$/\n\n/s; # remove all trailing blank liness/\n\s*\n\s*\n/\n\n/sg; # convert two blank lines into oneprint;