[EMAIL PROTECTED] (Mb) writes:

> I asking if there is any module to make some directives
> like : runing a window appli, waiting it finish and get
> the result of runing.

$results = qx(whatever.exe args);
$results =  `whatever.exe args`;

-- 
Michael R. Wolf
    All mammals learn by playing!
        [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to