Perl 清空文件c1

前端之家收集整理的这篇文章主要介绍了Perl 清空文件c1前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
<pre name="code" class="sql">jrhapt01:/home/tomcat/mon> cat c1.pl 
my $tom_home='/usr/local/apache-tomcat-7.0.55_8081/webapps/mon';
if (-f "$tom_home/file.html"){
open FILE,">$tom_home/file.html";
close FILE;}

猜你在找的Perl相关文章