<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chaichanPaPa</author_name>
  <author_url>https://blog.hatena.ne.jp/chaichanPaPa/</author_url>
  <blog_title>旧燈明日記</blog_title>
  <blog_url>https://chaipa.hateblo.jp/</blog_url>
  <categories>
    <anon>Perlノート</anon>
  </categories>
  <description>sort関数には３つの構文があります。 １の構文：sort LIST ２の構文：sort SUB LIST ３の構文：sort BLOCK LIST １の構文例 @list = (0,1,2,3,4,5,6,7,8,9,10,11,12); @result = sort @list; これで@listには、(0,1,10,11,12,2,3,4,5,6,7,8,9)というリストになります。 これを数値の値順にしたい場合、２番目と３番目の構文を使います。 まず、２番目の構文を使う場合、二つの数値を比較する次のようなサブルーチンが必要になります。 ２の構文例 sub number { if ($a…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchaipa.hateblo.jp%2Fentry%2F20070829%2F1188395280&quot; title=&quot; sort関数についてのメモ - 旧燈明日記&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-08-29 22:48:00</published>
  <title> sort関数についてのメモ</title>
  <type>rich</type>
  <url>https://chaipa.hateblo.jp/entry/20070829/1188395280</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
