windows-nt/Source/XPSP1/NT/windows/richedit/tom/getset.pl

6 lines
52 B
Perl
Raw Normal View History

2020-09-26 03:20:57 -05:00
while (<>)
{
s/get_/Get/g;
s/put_/Set/g;
print;
}