2025-04-27 07:49:33 -04:00

10 lines
101 B
Perl

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