<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rdera</author_name>
  <author_url>https://blog.hatena.ne.jp/rdera/</author_url>
  <blog_title>rderaログ</blog_title>
  <blog_url>https://rdera.hatenadiary.org/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>文字列の結合には「.」を使います。 str.pl #!/usr/bin/perl $first = a; $second = b; $third = $first.$second; $home = $first.&quot; &quot;.$second; print &quot;$third\n&quot;; print &quot;$home\n&quot;; 実行してみる。 $chmod +x str.pl $./str.pl ab a b $ちなみに.=という演算子もある。 strs.pl #!/usr/bin/perl $strings = &quot;a&quot;; $strings .= &quot;b&quot;; $strings .= &quot;c&quot;; $strings .= …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frdera.hatenadiary.org%2Fentry%2F20080621%2Fp7&quot; title=&quot;文字列を結合する演算子「.」 - rderaログ&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-21 00:00:06</published>
  <title>文字列を結合する演算子「.」</title>
  <type>rich</type>
  <url>https://rdera.hatenadiary.org/entry/20080621/p7</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
