<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dechnostick</author_name>
  <author_url>https://blog.hatena.ne.jp/dechnostick/</author_url>
  <blog_title>デクノスティック</blog_title>
  <blog_url>https://dechnostick.hatenablog.com/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>#!/usr/bin/perl use strict; use warnings; use 5.010; { # 比較 if (&quot;a&quot; lt &quot;b&quot;) { say &quot;a lt b&quot;; # 辞書順 } if (&quot;100&quot; lt &quot;99&quot;) { say &quot;100 lt 99&quot;; # 辞書順 } if (99 &lt; 100) { say &quot;99 &lt; 100&quot;; # 数値順 } } exit;</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdechnostick.hatenablog.com%2Fentry%2F2015%2F04%2F16%2F015624&quot; title=&quot;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>2015-04-16 01:56:24</published>
  <title>perl メモ(比較)</title>
  <type>rich</type>
  <url>https://dechnostick.hatenablog.com/entry/2015/04/16/015624</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
