windows-nt/Source/XPSP1/NT/windows/richedit/tom/getset.pl
2020-09-26 16:20:57 +08:00

6 lines
52 B
Perl

while (<>)
{
s/get_/Get/g;
s/put_/Set/g;
print;
}