Parse command line for automation or reg/unreg switches.
分析自动化开关或注册/注销开关的命令行。
Real Expect applications often parse command-line arguments, tabulate results in columns, retrieve historical data from databases, display graphical user interfaces (GUIs), and much more.
实际的 Expect 应用程序通常用于解析命令行参数、将结果显示在分栏的表格中、从数据库中检索历史数据、显示图形用户界面 (GUI),以及更多的用途。
The code below defines variable parameters for Getopt::Long, which is invoked to parse the parameters from the command line.
下面的代码定义了 Getopt::Long 的变量参数,调用该段代码以解析来自命令行的参数。
应用推荐