mojave man page for gssapi::oid::set

Query: gssapi::oid::set

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GSSAPI::OID::Set(3)					User Contributed Perl Documentation				       GSSAPI::OID::Set(3)

NAME
GSSAPI::OID::Set - methods for handling sets of GSSAPI OIDs, and some constant OID sets.
SYNOPSIS
use GSSAPI; $oidset = GSSAPI::OID::Set->new; $status = $oidset->insert($oid); $status = $oidset->contains($oid, $isthere); if ($status && $isthere) { # blah blah blah }
DESCRIPTION
"GSSAPI::OID::Set" objects are simple sets of GSSAPI:OIDs (duh).
BUGS
There's no way to list the OIDs in a set; you can only check to see if a particular one is present. This is really a bug in the C API, so any fix would be implementation specific.
AUTHOR
Philip Guenther <pguen@cpan.org>
SEE ALSO
perl(1) GSSAPI(3p) GSSAPI::OID(3p) RFC2743 perl v5.18.2 2008-02-02 GSSAPI::OID::Set(3)
Related Man Pages
gssapi::status(3) - mojave
gssapi::oid(3) - mojave
gssapi::status5.18(3) - mojave
gssapi::oid5.18(3) - mojave
gssapi::oid5.12(3) - osx
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
Cannot extract libraries using sed
My first PERL incarnation... Audio Oscillograph
Python 3.8.0rc1 released.