Core Function PHandle
From Sputnik Wiki
PHandle( )
Contents |
Description
Get the process handle of this program.
Parameters
Return Value
The PID of the this program.
Remarks
None.
Example
my $PID = PHandle(); println( "The PID is $PID" );