Core Function PHandle
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> PHandle( ) </pre> === Description === Get the process handle of this program. === Parameters === === Return Value === The PID of the this program. === Remarks === No...")
Newer edit →
(Created page with "<pre> PHandle( ) </pre> === Description === Get the process handle of this program. === Parameters === === Return Value === The PID of the this program. === Remarks === No...")
Newer edit →
Revision as of 17:59, 20 April 2012
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" );