NAME

SPVM::Document::Functions - SPVM Standard Functions

SPVM Standard Functions

FUNCTIONS

print

Print string to stdout.

sub print : void ($string : string);

warn

Print string with file name and line number to stderr. line break is added to end of string.

sub warn : void ($string : string);

time

Get epoch time.

sub time : long ();