<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>palmo</author_name>
  <author_url>https://blog.hatena.ne.jp/palmo/</author_url>
  <blog_title>ぱるも日記</blog_title>
  <blog_url>https://palmo.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>そういえば、Perlでは変数が宣言なしに使えてしまうので、あらかじめ配列変数の大きさを指定してるわけではないですよね。Perlの配列は要素数に従って自動的に大きくなっていくのでしょうか。 そこで、確かめる為にこんなスクリプトを書いてみました。 # arrtest4.pl my @arr = (&quot;Zero&quot;); $arr[1] = &quot;First&quot;; $arr[2] = &quot;Second&quot;; $arr[3] = &quot;Third&quot;; print @arr; まず、配列変数 @arr に &quot;Zero&quot; だけを入れます。そして、1番の要素に &quot;First&quot; を代入します。もし、Perlの配列が自動的に大きく…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpalmo.hatenadiary.org%2Fentry%2F20060428%2Fp4&quot; title=&quot;配列(3) 配列の大きさ - ぱるも日記&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>2006-04-28 00:00:03</published>
  <title>配列(3) 配列の大きさ</title>
  <type>rich</type>
  <url>https://palmo.hatenadiary.org/entry/20060428/p4</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
