<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>h13i32maru</author_name>
  <author_url>https://blog.hatena.ne.jp/h13i32maru/</author_url>
  <blog_title>maru source</blog_title>
  <blog_url>https://blog.h13i32maru.jp/</blog_url>
  <categories>
    <anon>tech</anon>
  </categories>
  <description>今日はRubyでCGI作成の覚え書き。 ※mod_ruby上で動作テストをしましたが、cgiスクリプトとしても動くはずです。 ■環境 Ubuntu 7.04jp Ruby 1.8.5 Apache 2.2.3 mod_ruby 1.2.6 ■CGI作成 RubyでCGIを作るのは簡単。 基本的には以下のように書くだけ。 #!/usr/bin/ruby #CGIライブラリをロード require &quot;cgi&quot; #CGIオブジェクトを作成 cgi = CGI.new() #送信されたフォームの値を得る name = cgi['name'] #クライアントにレスポンス #HTTPヘッダーを出力 put…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.h13i32maru.jp%2Fentry%2F20070701%2Fp1&quot; title=&quot; RubyでCGI。 - maru source&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-07-01 00:00:00</published>
  <title> RubyでCGI。</title>
  <type>rich</type>
  <url>https://blog.h13i32maru.jp/entry/20070701/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
