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
