<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sironekotoro</author_name>
  <author_url>https://blog.hatena.ne.jp/sironekotoro/</author_url>
  <blog_title>sironekotoroの日記</blog_title>
  <blog_url>https://sironekotoro.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>4-2 use strict; use warnings; my $time = '01:23:45'; my @array = split( ':', $time ); my ( $hour, $min, $sec ) = @array[ 0, 1, 2 ]; print &quot;$hour時$min分$sec秒\n&quot; それに対する結城先生の回答 my ( $hour, $min, $sec ) = split(/:/ , $time); 鮮やかすぎ！ 4-3 my $last = @array; if ( 0 &lt;= $index, $index &lt;= $last ) { print &quot;$arra…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsironekotoro.hateblo.jp%2Fentry%2F2013%2F11%2F24%2F160401&quot; title=&quot;Perl言語プログラミングレッスン[入門編] 第４章 - sironekotoroの日記&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>2013-11-24 16:04:01</published>
  <title>Perl言語プログラミングレッスン[入門編] 第４章</title>
  <type>rich</type>
  <url>https://sironekotoro.hateblo.jp/entry/2013/11/24/160401</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
