ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/BDB/BDB.pm
(Generate patch)

Comparing BDB/BDB.pm (file contents):
Revision 1.32 by root, Sun Mar 30 04:34:20 2008 UTC vs.
Revision 1.33 by root, Sun Mar 30 04:57:55 2008 UTC

440=item $msg = BDB::strerror [$errno] 440=item $msg = BDB::strerror [$errno]
441 441
442Returns the string corresponding to the given errno value. If no argument 442Returns the string corresponding to the given errno value. If no argument
443is given, use C<$!>. 443is given, use C<$!>.
444 444
445Note that the BDB module also patches the C<$!> variable directly, so you
446should be able to get a bdb error string by simply stringifying C<$!>.
447
445=item $fileno = BDB::poll_fileno 448=item $fileno = BDB::poll_fileno
446 449
447Return the I<request result pipe file descriptor>. This filehandle must be 450Return the I<request result pipe file descriptor>. This filehandle must be
448polled for reading by some mechanism outside this module (e.g. Event or 451polled for reading by some mechanism outside this module (e.g. Event or
449select, see below or the SYNOPSIS). If the pipe becomes readable you have 452select, see below or the SYNOPSIS). If the pipe becomes readable you have

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines