使用道具 举报
Post by kane0615;1835954 cat test2.pl #!/usr/bin/perl -w use strict; $^I=".bak"; while(<>){ s/^(.*)/#$1/s; print; } ./test2.pl data 这样执行就可以了,看来对$^I还是理解的不太好.
本版积分规则 发表回复 回帖后跳转到最后一页