SPVM::CommandInfo − Command Line Information
use CommandInfo;
"CommandInfo" in SPVM has methods to get command line information such as a program name and arguments.
"our $PROGRAM_NAME : ro string;"
A program name when the program starts.
"our $ARGV : ro string[];"
Comand line arguments passed when the program starts.
"our $BASETIME : ro long;"
The time when the program starts. This is the same as Perl $ˆT.
"our $WARNING : ro byte;"
A warning flag.
Deprecated
"method BASE_TIME : long ();"
Returns the value of "BASETIME" field.
Copyright (c) 2023 Yuki Kimoto
MIT License