The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SPVM::Unistd - Unix standard library

SYNOPSYS

  use SPVM::Unistd;
  
  # Sleep 3 seconds
  SPVM::Unistd->sleep(3);

DESCRIPTION

Unix standard library.

CLASS METHODS

sleep

  sub sleep : void ($seconds : long)

Sleep specific seconds.