Okay now I tryed instead of:
$rs = $t->print ( "./komm-test.pl" ) or die "cannot execute !\n";

this:

$rueck_s = $t->cmd ( "./komm-test.pl" ) or die "Kann kein Script starten!\n";

and get this message:
command timed-out at Refdb.pm line 94
And this is absolutly normal because the script which is called takes a lot 
of time to execute. But to call it with an '&' dosn't fix it neighter!!!! 
What can I do in this case?

Thank you very much...

Gruss Christian


-- 
Christian Stalp

Institut für Medizinische Biometrie, Epidemiologie und Informatik (IMBEI)
Obere Zahlbacher Straße 69
55131 Mainz
Tel.: 06131/ 17-6852

E-Mail: [EMAIL PROTECTED]
Internet: www.imbei.de

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to