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

Search results for "Errno"

Errno - System errno constants River stage five • 11292 direct dependents • 32664 total dependents

"Errno" defines and conditionally exports all the error constants defined in your system errno.h include file. It has a single export tag, ":POSIX", which will export all POSIX defined error numbers. On Windows, "Errno" also defines and conditionally...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

App::errno - List/show errno River stage one • 1 direct dependent • 1 total dependent

This distribution includes a CLI script errno to list/show errno....

PERLANCAR/App-errno-0.071 - 08 Dec 2023 01:42:01 UTC - Search in distribution
  • errno - List/show errno

SPVM::Errno - Error Numbers River stage one • 1 direct dependent • 1 total dependent

The Errno class of SPVM has methods to manipulate errno <https://linux.die.net/man/3/errno> in the C language....

KIMOTO/SPVM-Errno-0.092 - 26 Dec 2023 07:13:40 UTC - Search in distribution

Errno::AnyString - put arbitrary strings in $! River stage zero No dependents

"Errno::AnyString" allows you to set the error message strings that correspond to particular "errno" values. It makes a change to the $! magic so that the correct string is returned when "errno" takes a value for which a string has been registered. T...

PUBNOOP/Errno-AnyString-1.03 - 23 Aug 2009 05:12:08 UTC - Search in distribution

POSIX::Wide::ERRNO - an internal part of POSIX::Wide River stage one • 3 direct dependents • 3 total dependents

This is the tie class used to implement the wide $ERRNO variable in "POSIX::Wide". It's not designed for external use....

KRYDE/POSIX-Wide-10 - 21 Oct 2014 06:33:27 UTC - Search in distribution
  • POSIX::Wide - POSIX functions returning wide-char strings

SPVM::Sys::Socket::Errno - Socket Error Numbers River stage one • 6 direct dependents • 6 total dependents

The Sys::Socket::Errno class in SPVM has methods to get socket error numbers....

KIMOTO/SPVM-Sys-0.514001 - 27 Mar 2024 02:45:54 UTC - Search in distribution
  • SPVM::Sys - System Calls for File IO, Sockets, Time, Process, Signals, Users

Acme::MetaSyntactic::errno - The errno theme River stage one • 1 direct dependent • 1 total dependent

The name of all errors known to Perl via the system errno.h. The official POSIX error list is available at <http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html>....

BOOK/Acme-MetaSyntactic-errno-1.003 - 14 May 2013 07:35:38 UTC - Search in distribution

lib/POSIX/1003/Errno.pm River stage one • 2 direct dependents • 2 total dependents

MARKOV/POSIX-1003-1.02 - 10 Nov 2020 15:48:09 UTC - Search in distribution

lib/XML/LibXML/ErrNo.pm River stage three • 455 direct dependents • 913 total dependents

SHLOMIF/XML-LibXML-2.0210 - 24 Jan 2024 15:19:39 UTC - Search in distribution

Math::GSL::Errno - Error Handling River stage one • 5 direct dependents • 6 total dependents

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC - Search in distribution

Fuse::PDF::ErrnoHacks - Workaround for missing POSIX.pm error number values River stage zero No dependents

For reasons I do not understand, "use POSIX ':errno_h'" is missing some values on (at least) Mac OS X 10.4. This module detects the missing constant and tries to read from /usr/include/sys/errno.h directly. If it can't find the constant there either,...

CDOLAN/Fuse-PDF-0.09 - 07 Jun 2008 03:53:46 UTC - Search in distribution

lib/IO/Framed/X/ErrnoBase.pm River stage one • 1 direct dependent • 1 total dependent

FELIPE/IO-Framed-0.16 - 18 May 2019 22:57:53 UTC - Search in distribution

App::errnos - List possible $! ($OS_ERROR, $ERRNO) values on your system River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-errnos-0.02 - 10 Sep 2015 08:30:15 UTC - Search in distribution
  • errnos - List possible $! ($OS_ERROR, $ERRNO) values on your system

EV - perl interface to libev, a high performance full-featured event loop River stage two • 70 direct dependents • 86 total dependents

This module provides an interface to libev (<http://software.schmorp.de/pkg/libev.html>). While the documentation below is comprehensive, one might also consult the documentation of libev itself (<http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>...

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution
  • libev - a high performance full-featured event loop written in C

Ace - Object-Oriented Access to ACEDB Databases River stage one • 1 direct dependent • 1 total dependent

AcePerl provides an interface to the ACEDB object-oriented database. Both read and write access is provided, and ACE objects are returned as similarly-structured Perl objects. Multiple databases can be opened simultaneously. You will interact with se...

LDS/AcePerl-1.92 - 11 Nov 2008 16:47:31 UTC - Search in distribution

RL - Perl interface to the readline library River stage zero No dependents

This module provides an interface to the readline library. On Linux, it would be the readline library provided by GNU. On OS X, it is the emulated readline library that is actually the libedit library. This library only provides the subset of functio...

JACOBG/RL-0.09 - 25 Nov 2022 08:52:56 UTC - Search in distribution

Doit - a scripting framework River stage zero No dependents

Doit is a scripting framework. Some core principles implemented here are: * Failing commands throw exceptions — similar to autodie or Fatal (but implemented consistently) or Bourne shell's "set -e", or make(1)'s default mode without "-k" * Commands a...

SREZIC/Doit-0.028 - 03 Nov 2023 08:15:55 UTC - Search in distribution

Code - notes and coding rules River stage zero No dependents

The documentation for using wurst lives in wurst.pod. This is a description of internals, conventions and how to change the code....

WURST/Wurst-0.51c - 23 May 2008 13:46:41 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

BDB - Asynchronous Berkeley DB access River stage one • 1 direct dependent • 1 total dependent

See the BerkeleyDB documentation (<http://www.oracle.com/technology/documentation/berkeley-db/db/index.ht ml>). The BDB API is very similar to the C API (the translation has been very faithful). See also the example sections in the document below and...

MLEHMANN/BDB-1.92 - 18 Jan 2018 16:45:31 UTC - Search in distribution
237 results (0.197 seconds)