SCST::SCST - Generic SCST methods.

NAME  SYNOPSIS  DESCRIPTION  Methods  WARNING  NOTES 

NAME

SCST::SCST − Generic SCST methods.

SYNOPSIS

use SCST::SCST;
$p = SCST::SCST−>new();
print "Using SCST version".$p−>scstVersion()."\n";
undef $p;

DESCRIPTION

Generic SCST methods.

Methods

SCST::SCST−>new();

Create a new SCST object. If the argument $debug is non-zero no changes will be made.

Arguments: (bool) $debug

Returns: (object) $new

SCST::SCST−>scstVersion();

Returns the version of SCST running.

Arguments: void

Returns: (string) $version

WARNING

None at this time.

NOTES

None at this time.


Updated 2024-01-29 - jenkler.se | uex.se