all depends on what you need
hth
Jos
- Original Message -
From: "jaya kumaran" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 18, 2001 11:56 AM
Subject: regarding win32 functions
> Hi,
>
> i have used
>
> use win32::process
Hi,
i have used
use win32::process() statement
This statement is used only for NT ie using if statement. In NT, this is used to
kill a process. But when the same code is taken to UNIX, it is giving compilation
error. Ie, its searching for Wind32 libraries in UNIX which is not existing.