in reply to (tye)Re: Perl 4 qx doesn't work
in thread Perl 4 qx doesn't work

Thank you all for your help. I have decided to write the data to an array rather than a text file (which I should have been doing originally - but I'm still too new).
@perfdata = `asp.exe` || die "Couldn't run asp.exe: $!\n";
Thank you for all of your suggestions!!