in reply to Re: Re: Re: Re: Re: Re: help with arrays
in thread help with arrays

Is this producing output?    $retval = system("@args");

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Re: Re: help with arrays
by Prince99 (Scribe) on Apr 21, 2001 at 00:52 UTC
    $retval when printed outputs "256". Or at least it used to. Now all I get in the browser is "INTERNAL SERVER ERROR" and the error_log has the same error listed that I posted previously.

    Prince99

    Too Much is never enough...
      Does the command being executed by system() produce any output?
        If I understand your question my answer would be yes. When the script is run from the command line, the system call works properly and sends the correct report to the correct printer. As far as when it is run from the web page, I don't know. The only info I have is the INTERNAL SERVER ERROR and the error_log of:
        malformed header from s cript. Bad header=bwcinvoice.rdf: /blah/blah/blah/blah/blah/test2.pl

        Does that answer help? Sorry if it is not very clear. I am very confused right now.

        Prince99

        Too Much is never enough...