Windows2003-3790/windows/richedit/tom/getset.pl

6 lines
57 B
Perl
Raw Normal View History

2001-01-01 00:00:00 +01:00
while (<>)
{
s/get_/Get/g;
s/put_/Set/g;
print;
}