NDSm::Misc
NDSm::Misc is unlike the rest of the modules. It's not a class,
but a set of methods that doesn't fit in a special category.
You call these methods in a slightly different manner.
Usually you should do something like this in you perl script:
----
use NDSm::Misc;
($majorVersion, $minorVersion, $revisionLevel, $betaReleaseLevel) =
NDSm::Misc::GetNWNetVersion();
print .....
----
Method Index:
GetNWNetVersion()
Methods
These metods are present in the module NDSm::Misc
GetNWNetVersion
Returns the NWNet library version number as a version number divided
in:
[0] : majorVersion.
[1] : minorVersion
[2] : revisionLevel
[3] : betaReleaseLevel
Example:
($majorVersion, $minorVersion, $revisionLevel, $betaReleaseLevel)
= NDSm::Misc::GetNWNetVersion();
SEE ALSO
the NWServer manpage
the NDSContext manpage
the Buf_T manpage
the NDSm manpage
http://www.ahs.hist.no/distr/NDSm/
http://developer.novell.com/
COPYRIGHT
Copyright (c) Steinar Kleven 1997.
All rights reserved.