SPVM::Resource::SocketUtil - The Resource for Socket Utilities
SPVM::Resource::SocketUtil is the SPVM's Resource::SocketUtil resource for socket utilities.
SPVM::Resource::SocketUtil
Resource::SocketUtil
# MyClass.config $config->use_resource('Resource::SocketUtil');
#include "spvm_socket_util.h"
cc spvm_socket_util.c
int32_t spvm_socket_errno (void);
void* spvm_socket_strerror_string (SPVM_ENV* env, SPVM_VALUE* stack, int32_t error_number, int32_t length);
const char* spvm_socket_strerror(SPVM_ENV* env, SPVM_VALUE* stack, int32_t error_number, int32_t length);
Yuki Kimoto kimoto.yuki@gmail.com
kimoto.yuki@gmail.com
Copyright 2022-2022 Yuki Kimoto, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
To install SPVM::Resource::SocketUtil, copy and paste the appropriate command in to your terminal.
cpanm
cpanm SPVM::Resource::SocketUtil
CPAN shell
perl -MCPAN -e shell install SPVM::Resource::SocketUtil
For more information on module installation, please visit the detailed CPAN module installation guide.