File size: 213 Bytes
b8d41f7
 
 
 
 
 
1
2
3
4
5
6
<h3 id='___exist_inst'>exist_inst</h3>
<pre>Check if an instance exists
<b>Usage:</b>my $ret = exist_inst($inst);
$inst: The instance for checking
$ret: 1, the instance exists 0, the instance does not exist
</pre>