修改C/C++的单行注释(//)为多行注释(/**/)的Perl代码

来源:互联网 发布:双网络设置 编辑:程序博客网 时间:2024/06/06 01:59

  

E:/MyDocs/debug/perl>perl cc.pl .. debug.c debug.cpp
change the comments : ../debug.c
change the comments : ../debug.cpp

 

E:/MyDocs/debug/perl>perl cc.pl .. *.c debug.cpp
change the comments : ../debug.c
change the comments : ../test.c
change the comments : ../debug.cpp