<?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 each関数を使用するとハッシュとキーと値のペアを取得することができます。繰り返し使用することで、すべてのキーと値を取得できます。 # ハッシュのキーと値のペアの取得 my ($key, $value) = each %hash; eachを連続して使用するとすべての(キー, 値)のペアを順番に取得できます。取得する(キー, 値)のペアの順番は不定です。 # (キー, 値)のペアを順番に取得 my %age = (Ken =&gt; 19, Mike =&gt; 34); while (my ($name, $age) = each %age) { ... } each関…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20080212%2F1202834405&quot; title=&quot;each関数 - ハッシュのすべてのキーと値を処理する - 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>2008-02-12 01:40:05</published>
  <title>each関数 - ハッシュのすべてのキーと値を処理する</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20080212/1202834405</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
