The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

SPVM::CommandInfo - Command Line Information

Usage

  use CommandInfo;

Description

CommandInfo is a class that has command line information such as the program name and the arguments.

CommandInfo is a SPVM class.

Class Variable Methods

PROGRAM_NAME

  static method PROGRAM_NAME : string ();

Gets the program name. This is same as Perl $0.

ARGV

  static method ARGV : string[] ();

Gets the comand line arguments. This is same as Perl @ARGV.