PerlWare::Misc
PerlWare::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 PerlWare::Misc;
($majorVersion, $minorVersion, $revisionLevel, $betaReleaseLevel) =
PerlWare::Misc::GetNWNetVersion();
print .....
----
Method Index:
GetNWNetVersion()
Methods
These metods are present in the module PerlWare::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)
= PerlWare::Misc::GetNWNetVersion();
SEE ALSO
the NWServer manpage
the NDSContext manpage
the Buf_T manpage
the PerlWare manpage
http://www.ahs.hist.no/distr/PerlWare/
http://developer.novell.com/
COPYRIGHT
Copyright (c) Steinar Kleven 1997.
All rights reserved.