Manpage logo

SPVM::CommandInfo - Command Line Information

Name  Usage  Description  Class Variables  PROGRAM_NAME  ARGV  BASETIME  WARNING  Class Methods  BASE_TIME  Copyright & License 

Name

SPVM::CommandInfo − Command Line Information

Usage

use CommandInfo;

Description

"CommandInfo" in SPVM has methods to get command line information such as a program name and arguments.

Class Variables

PROGRAM_NAME

"our $PROGRAM_NAME : ro string;"

A program name when the program starts.

ARGV

"our $ARGV : ro string[];"

Comand line arguments passed when the program starts.

BASETIME

"our $BASETIME : ro long;"

The time when the program starts. This is the same as Perl $ˆT.

WARNING

"our $WARNING : ro byte;"

A warning flag.

Class Methods

BASE_TIME

Deprecated

"method BASE_TIME : long ();"

Returns the value of "BASETIME" field.

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License


Updated 2026-06-01 - jenkler.se | uex.se