windows-nt/Source/XPSP1/NT/enduser/troubleshoot/bn/sr.pl
2020-09-26 16:20:57 +08:00

10 lines
92 B
Perl

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