<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>srkzhr</author_name>
  <author_url>https://blog.hatena.ne.jp/srkzhr/</author_url>
  <blog_title>半径5メートル</blog_title>
  <blog_url>https://srkzhr.hatenadiary.org/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>たまに使うのでメモ。 #!/usr/bin/perl # read csv file to array in array use strict; use warnings; use Fatal qw/ open /; my $csv_file = &quot;./test.csv&quot;; my @csv = &amp;readCsvFile($csv_file); print $csv[0][0].&quot;\n&quot;; print $csv[1][1].&quot;\n&quot;; print $csv[2][2].&quot;\n&quot;; sub readCsvFile { open(IN, $_[0]); while(&lt;IN&gt;) { chomp; pu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsrkzhr.hatenadiary.org%2Fentry%2F20070921%2F1190350070&quot; title=&quot;csvファイルを読んで配列の配列に格納するサブルーチン - 半径5メートル&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-09-21 13:47:50</published>
  <title>csvファイルを読んで配列の配列に格納するサブルーチン</title>
  <type>rich</type>
  <url>https://srkzhr.hatenadiary.org/entry/20070921/1190350070</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
