Try add: Print "content-type text/html\n\n";
Before any output of your script. Mingbo -----Original Message----- From: Mario R. Sanchez [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 11:46 AM To: [EMAIL PROTECTED] Subject: executables under windows Hello, In a legacy development environment, a simple 'hello world' .exe needs a companion .exe to run. calling the hello_world.exe from perl (using system(hello_world) or my $ipstuff = `hello_world`; print($ipstuff);) work great from the dos prompt - hence the companion .exe is being called properly automatically. when i try doing the same thing as a cgi script from a browser, nothing ever happens - no matter where i put these two files. any suggestion how i can get these combo .exe's to work from a browser? thanks! mario sanchez _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
