This module provides the mechanisms for accessing a Domain Manager in a manner that is similar to that employed by the ASL language. It provides the main access point to domains, allowing scripts to establish client/server connections and to obtain InCharge::object references that can be used to manipulate the objects in the topology.

The locale argument to the InCharge::session module allows you to set the locale of the session (the client locale).

Note:

You can use the InCharge::session->setLocale() method to change the locale for the session, while it is connected.

The default locale to set for a Perl client is determined by looking in the following places.

  1. The value of the SM_LOCALE environment variable.

  2. The default isen_US.

    Chapter 1, Introduction, provides an overview of this and the other InCharge::* modules and a simple tutorial description of how they are used.