>
> open (FILE, "/path/command \</path/file |") or die;
>
> while (\<FILE>) {
>     print OUT $_;
> }
>
> did not. I received Internal Server Error and the following in
> apache's error
> log:
>
> [Thu Jun 15 17:42:39 2000] [error] [client 192.168.1.66]
> malformed header from
> script. Bad header=<table>: /usr/lib/cgi-bin/embpcgi.pl
>
> what means, embperl skipped all html stuff inserted before script
> part. Do you
> have any ideas?
>

I would guess it's the other way round. Your command has, for whatever
reasons, printed directly to stdout (and that will come out before the
output from Embperl), instead of the redirection to <FILE>.

Gerald



-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to