#!/usr/bin/perl use strict; use warnings; { my $flg; { my $cnt = 1 if ( $flg ); $cnt++; print "Content-type: text/plain\n\n"; print join( ', ', $cnt, $$, \$cnt ); } } 1; ä¸è¨ã®ãã㪠CGI ã mod_perlï¼ModPerl::Registryï¼ä¸ã§åããã¨ãApacheã®ããã»ã¹æ¯ã« $cnt ãã«ã¦ã³ãã¢ããããã¾ãã ãªãã§ãããï¼ï¼ï¼ã誰ãæãã¦ãã ããã $cnt ã¯ã¬ãã·ã«ã«ã¹ã³ã¼ããªã¯ãã§ããããã¹ã³ã¼ããå¤ãã {} ã®å¾ã§ $cnt ã使ãã¨æããã¾ãããªã®ã«ããªããã°ãã¼ãã«å¤æ°ã®ããã«å ±æããã¦ãã¾ãã¾ãã ãããããmy $cnt = 1 if ( $flg ); ã¯ã©ã®ããã«åä½ããã®ã§ããã
{{#tags}}- {{label}}
{{/tags}}