OVH Cloud OVH Cloud

Re : Re : Includes ..

1 réponse
Avatar
Arthur Wolf
Bonjour.


j'esaye d'inclure un fichier dans un autre avec :

require "include_html.pl";

ca donne ca :
[Thu Jul 08 22:16:36 2004] [error] [client 127.0.0.1]
Premature end of script headers: mail.pl, referer:
http://localhost/cgi-bin/menu.pl?login=plop&password=plop [Thu Jul 08
22:16:36 2004] [error] [client 127.0.0.1] include_html.pl did not return a
true value at /var/www/cgi-bin/mail.pl line 5., referer:
http://localhost/cgi-bin/menu.pl?login=plop&password=plop


quelqu'un peut m'aider ?

Merci d'avance ...

1 réponse

Avatar
Denis -esp2008-
Bonjour,

22:16:36 2004] [error] [client 127.0.0.1] include_html.pl did not return a
true value at /var/www/cgi-bin/mail.pl


Ajoute cette ligne à la fin du fichier :

1;

Pour qu'il retourne une valeur vraie.

--
Denis