<?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 サブルーチンの具体的な例を使って学ぶために、いくつかの例を挙げて、解説します。 csv形式の文字列を配列の配列に変換する csv形式の文字列を配列の配列に変換するサンプルです。 use strict; use warnings; # 名前,年齢,出身 my $text = &lt;&lt; 'EOS'; tora,24,Japan rika,12,USA kenta,25,Chinese EOS print &quot;1: csv形式の文字列を、配列の配列に変換する。\n&quot;; my $persons = parse($text); require Data::Dumper…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20080620%2F1214055746&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>2008-06-20 22:42:26</published>
  <title>サブルーチンの演習問題</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20080620/1214055746</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
