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

NAME

SPVM::Document::StandardFunction - SPVM Standard Function(BETA before 1.0)

SPVM Standard Function

FUNCTIONS

print

Print string to stdout.

  sub print : void ($value : byte);

warn

Print string to stderr.

  sub warn : void ($value : byte[]);

time

Get epoch time.

  sub time : long ();