in reply to Executing Perl Programs
I have a program to generate a date string for me that I use in several programs. When it runs, its only output is the one line with the date I want on it, so I use it in other programs as:
$date = `textclock.cgi`;
..and it works great! I hope this helps for your purpsoses.