in reply to Redirecting STDOUT to Variable - Not Having Much Luck

This line:

my $cmd = `fw logexport -i $logfile -o $elogfile -r 1000 -n`;
should already capture the output of the command, (at least that which goes to stnadard output). So why are you redirecting *STDOUT?

--Bob Niederman, http://bob-n.com