<?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 Perlには文字列の中で変数を利用することができる変数展開という機能があります。文字列はダブルクォートで囲う必要があります。 my $str2 = &quot;AAA $str1 CCC&quot;; 文字列の中で直接変数を利用することができるので、文字列連結演算子を使って書くよりも簡単です。積極的に使っていきましょう。変数展開のサンプルを書いてみます。 my $animal = 'cat'; my $message = &quot;I like $animal&quot;; 「$animal」が変数展開されて「$message」は「I like cat」になります。 変数展開の後ろに文字列が…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20180228%2F1519825447&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>2018-02-28 22:44:07</published>
  <title>変数展開</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20180228/1519825447</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
