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

The only HTML that I am using is as follows:
print <<EOF; Content-type: text/html <html> <head> <title>Report Page</title> </head> <body> This worked!!!!!!! </body> </html> EOF

I just want to see if it works before I do anything serious with the HTML. It should just pop up "This worked!!!!!!!" on the page. Any other suggestions?
Prince99

Too Much is never enough...

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Re: help with arrays
by chipmunk (Parson) on Apr 21, 2001 at 00:48 UTC
    Is this producing output?    $retval = system("@args");
      $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?