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

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 ();