Name
SPVM::Sys - System Calls such as File IO, User, Process, Socket,
Caution
The Sys
module and the system modules will be highly changed without warnings.
SPVM itself is yet experimental release.
Usage
use Sys;
my $is_windows = Sys->is_D_WIN32;
Description
Sys
is the class for system utilities such as file IO, user manipulation, process, socket,
Class Methods
is_D_WIN32
static method is_D_WIN32 : int ()
If _WIN32
in C language
is defined, return 1
. Otherwize return 0
.
System Modules
Copyright & License
Copyright Yuki Kimoto 2022-2022, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.