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

Name

SPVM::Sys::Select::Constant - Constant values for Select.

Usage

  use Sys::Select::Constant as Select;
  
  my $o_trunc = Select->O_TRUNC;

Description

Sys::Select::Constant is the class for the constant values for the select function.

Class Methods

FD_SETSIZE

  static method FD_SETSIZE : int ();

Get the constant value of FD_SETSIZE. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

Copyright & License

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.