<?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 › here 配列は複数の値を保存することのできる変数です。同じ種類のデータを複数扱う必要がある場合に配列を使用します。Perlの配列は動的配列と呼ばれるものでサイズを自動的に拡張してくれるので便利です。 配列の基礎 配列の基礎について解説します。 配列の宣言 初期化 要素の参照 要素への代入 配列の個数 繰り返し処理 配列の宣言 配列を宣言するにはスカラ変数の場合と同じようにmyを使用します。配列を表す@(アットマーク)を先頭につけます。 my @numbers; 配列の初期化 配列にはリストと呼ばれる複数の値を表現するデータを代入することができます。リストは (値1, 値2, 値…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20161012%2F1476271957&quot; title=&quot;Perlの配列を理解しよう - 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>2016-10-12 20:32:37</published>
  <title>Perlの配列を理解しよう</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20161012/1476271957</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
