##读取前200行
#open (IN2,"G:\\PROJECT\\project_insection\\insert_B73_1.txt") or die "$!";
#open (OUT2,"+>G:\\PROJECT\\project_insection\\insert_B73_1_myout.txt") or die "$!";
#my @myout;
#while(<IN2>)
#{
#    if($.<=200)
#    {
#        push @myout,$_;
#    }
#}
#print OUT2 @myout;

 

相关文章:

  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2021-10-27
  • 2021-08-06
  • 2021-07-09
  • 2022-01-03
  • 2022-02-06
猜你喜欢
  • 2021-09-16
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
相关资源
相似解决方案