in reply to Perl execution of MPIRUN commands

While it's hard to read your post, I don't think your question is a Perl question. It might have to do with your web server configuration, or some issue with the local command you are trying to run.

Abigail

Replies are listed 'Best First'.
Re: Re: Perl execution of MPIRUN commands
by tesswulf (Initiate) on Feb 16, 2004 at 16:11 UTC
    The command runs perfectly at command prompt be it in my own user login or "nobody"'s login.

    So its either Perl... is my command line too long?

    Or... Apache... or Unix...

    But I am really at a lost, could an enlightened monk please show me the way?

      As I said, it's not Perl. Remember that your environment (UID, EUID, GID, EGID, environment variables, current working directory, etc,) are different from running a program from the command line, and running it via a webserver.

      Abigail