åå NAME FCGI - Fast CGI ã¢ã¸ã¥ã¼ã« FCGI - Fast CGI module æ¸å¼ SYNOPSIS use FCGI; my $count = 0; my $request = FCGI::Request(); while($request->Accept() >= 0) { print("Content-type: text/html\r\n\r\n", ++$count); } 説æ DESCRIPTION æ©è½ Functions: FCGI::Request ãªã¯ã¨ã¹ããã³ãã«ã®çæ. 次ã®ãã©ã¡ã¼ã¿ãä»»æã§æå®ã§ãã¾ã. Creates a request handle. It has the following optional parameters: å ¥åãã¡ã¤ã«ãã³ãã« (ããã©ã«ã: \*STDIN) input perl file hand
{{#tags}}- {{label}}
{{/tags}}