Damien Delhomme wrote at Mon, 30 Sep 2002 23:53:20 +0200: >> > My script is called by a file .xml with : >> > >> > <!--#exec cgi="/perl/interne/annuaire/assoces_modif.pl" --> >> >> I don't know much about this xml feature, >> but I could imagine that it works like a calling from the command line. >> >> In this context, the CGI module will (perhaps) try to read the parameters >> from STDIN, what should really block your script. > > Does STDIN stand for Standard IN ? To be honest I am not familiar with it > and I don't know how it could block my script.
Yep, STDIN stands for Standard IN. These are e.g. the piped input and the console. A CGI script gets piped normally the parameters it needs from the webserver. Otherwise (e.g. you call it from the command line) it tries to read them from the console where it is blocked until you typed all the parameters. Greetings, Janek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]