<?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 › モジュール › Text::CSV::Encoded 日本語を含んだCSVファイルを扱うにはText::CSV::Encodedモジュールを使用します。以下にCSVを処理するサンプルを示します。スクリプトはUTF-8で保存します。 use strict; use warnings; use utf8; use Text::CSV::Encoded; my $file = shift; my $encoding = 'UTF-8'; my $csv = Text::CSV::Encoded-&gt;new({ encoding_in =&gt; $encoding, encoding_out …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20110627%2F1311126802&quot; title=&quot;Text::CSV::Encoded - 日本語を含んだCSVファイルを扱う - 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>2011-06-27 10:53:22</published>
  <title>Text::CSV::Encoded - 日本語を含んだCSVファイルを扱う</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20110627/1311126802</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
