Thanks for the help. I did it using

 system "tasklist >> temp";

 open FH , "temp" ;
 statements..
unlink ("temp"); #EOF

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


Reply via email to