10 lines
101 B
Perl
Raw Normal View History

2001-01-01 00:00:00 +01:00
while(<>)
{
while ( /DISTMAP/ )
{
s/DISTMAP/MPCPDD/;
}
print $_;
}