--- parser3/src/classes/file.C 2001/04/17 19:00:27 1.27 +++ parser3/src/classes/file.C 2001/04/17 19:31:06 1.28 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: file.C,v 1.27 2001/04/17 19:00:27 paf Exp $ + $Id: file.C,v 1.28 2001/04/17 19:31:06 paf Exp $ */ #include "pa_request.h" @@ -102,10 +102,13 @@ static void append_env_pair(const Hash:: Hash& hash=*static_cast(info); hash.put(key, &static_cast(value)->as_string()); } -/// ^exec[file-name] -/// ^exec[file-name;env hash] -/// ^exec[file-name;env hash;cmd;line;arg;s] -/// @test header to $fields. waits for header '\' tricks +/** + ^exec[file-name] + ^exec[file-name;env hash] + ^exec[file-name;env hash;cmd;line;arg;s] + @test header to $fields. waits for header '\' tricks + @todo fix `` in perl - they produced flipping consoles and no output to perl +*/ static void _cgi(Request& r, const String& method_name, MethodParams *params) { Pool& pool=r.pool();