open READ,"<","G:/project-xiaomai/yourfile.txt"; 

readline READ;    # skip the first line 

 while (<READ>) 
{
  print $_;
}
close READ;

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
  • 2021-12-28
  • 2021-12-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-06
  • 2021-06-22
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案