<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>perlcodesample</author_name>
  <author_url>https://blog.hatena.ne.jp/perlcodesample/</author_url>
  <blog_title>Perl入門ゼミ</blog_title>
  <blog_url>https://perlcodesample.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>Perl › Mojolicious ユーザーからのデータを受け取るには、フォームを利用します。フォームの使い方を学びましょう。 簡単なフォーム まず最初に簡単なフォームを作成してみましょう。テキストボックス、ラジオボタン、テキストエリアに値を入力してもらって、受け取って表示するプログラムを作成してみます。 use Mojolicious::Lite; # トップページ get '/' =&gt; sub { my $self = shift; $self-&gt;render('index'); }; # データを受け取って処理 post '/' =&gt; sub { my $self = shift; #…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20140421%2F1398152454&quot; title=&quot;フォームの利用 / Mojolicious入門 - Perl入門ゼミ&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>2014-04-21 16:40:54</published>
  <title>フォームの利用 / Mojolicious入門</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20140421/1398152454</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
