=encoding euc-jp =head1 NAME =begin original perlfaq9 - Web, Email and Networking =end original perlfaq9 - Web、メール、ネットワーク =head1 DESCRIPTION =begin original This section deals with questions related to running web sites, sending and receiving email as well as general networking. =end original このセクションでは、web サイトの実行、メールの送受信、および一般的な ネットワークに関する質問を扱っています。 =head2 Should I use a web framework? (web フレームワークを使うべき?) =begin original Yes. If you are building a web site with any level of interactivity (forms / users / databases), you will want to use a framework to make handling requests and responses easier. =end original はい。 何らかのレベルの相互作用(フォーム、ユーザー、データベース)を持つ web サイトを 構築しているなら、リクエストとレスポンスをより簡単に扱えるような フレームワークを使いたいでしょう。 =begin original If there is no interactivity then you may still want to look at using something like L