æºå¸¯ãµã¤ãã¨Webãµã¤ããåãURLã§æ¯ãåããæ¹æ³ã§ãã index.cgiãä½ã£ã¦ãperlã§è¡¨ç¤ºãããå 容ãå¤ãã¦ãã¾ãã 以ä¸ãindex.cgiã®å 容ã§ãã #!/usr/local/bin/perl $agent = $ENV{'HTTP_USER_AGENT'}; if ($agent =~ /(DoCoMo|J-PHONE|ASTEL|KDDI)/){ open(IN,"mobile.xhtml"); print "Content-type: application/xhtml+xml\n\n"; while (<IN>) { print; } close(IN); }else{ open(IN,"top.html"); print "Content-type: text/html\n\n"; while (<IN>) { print; } close(IN); } exi

{{#tags}}- {{label}}
{{/tags}}