IsUnix

Description

Returns True if Rational® ClearQuest® is running on the UNIX system and Linux based machines and False if it is running on Windows.

Note: This method became available in version 2002.05.00. This method is only available for Perl. It is not available in the COM API.

Syntax

Perl

$session->IsUnix(); 
Identifier
Description
session
The Session object that represents the current database-access session.
Return value
A Boolean, True or False.

Examples

Perl

$is_unix_flag = $my_session->IsUnix(); 

Feedback