cklee wrote:

> I used system trying to invoke an application with syntax:

> system("applname.exe");
> Perl didn't do anything except print out the output above the system line
> to the browser. I ran the same Perl program at the DOS prompt, it works.

What browser? Are you trying to do this inside a CGI?

If so, have you checked that:

1. the PATH environment variable contains the directory that
applname.exe lives in
2. you have permission to invoke the program
3. your web server is configured to let you invoke programs from CGI's

I assume you've tried this with the full name of the application in the
system
command, so (1) above would be already tried, but you might look at the
other two.

-- 
Ned Konz
currently: Stanwood, WA
email:     [EMAIL PROTECTED]
homepage:  http://bike-nomad.com, Perl homepage:
http://bike-nomad.com/perl

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to