Perl 随笔

1.    .pl  文件带入参数:

  ./auto_cfg.pl ./mconfig.config ./boardconfig.config ./menuconfig.config .ver  ./aps/include/common_patch.h 

  程序中保存在"@ARGV"数字里。可以打印观察:

  print "@ARGV"

原文地址:https://www.cnblogs.com/jiangzhaowei/p/6019586.html