Latest update.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
BEGIN { my $prev }
|
||||
($_ = $prev) =~ s|^( *)(.*)$|"$1" . '=' x length($2)|e
|
||||
if m|==========|;
|
||||
$prev = $_;
|
||||
Reference in New Issue
Block a user