2020-09-30 16:53:55 +02:00

10 lines
101 B
Perl

while(<>)
{
while ( /DISTMAP/ )
{
s/DISTMAP/MPCPDD/;
}
print $_;
}