in reply to @status issues

I've use something like
open($file, $file_to_execute." |"); @text = <$file>; close $file;
to catch the output of a system command.

Well... I'm not sure this is the best way to acheive it, but it worked.

- The_Hawk_1