<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bingo_nakanishi_perl</author_name>
  <author_url>https://blog.hatena.ne.jp/bingo_nakanishi_perl/</author_url>
  <blog_title>bingo_nakanishiの他言語出身者のためのPerl入門</blog_title>
  <blog_url>https://bingo-nakanishi-perl.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>今まで、なにげなしに、文字列を使ったプログラムを見てきましたが、 文字列の作成の仕方をもっと詳しく見ていきましょう。 文字列を作成する2つの方法 my $c = 'こんにちは'; my $d = &quot;こんばんは&quot;; このように、文字列を、 シングルクォートとダブルクォートで囲う 2つの方法が存在する。 違いはなにか？ シングルクォート シングルクォートで囲まれた内容はそのまま使われる例1: print 'こんにちは\n'; 結果： こんにちは\n 例2: use strict; my $c = 'こんにちは'; print '$c\n'; 結果： $c\n これでは、 変数の中身を表示させたり、…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbingo-nakanishi-perl.hatenadiary.org%2Fentry%2F20090117%2F1232205465&quot; title=&quot;第20回 シングルクォートとダブルクォート - bingo_nakanishiの他言語出身者のための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>2009-01-17 00:17:45</published>
  <title>第20回 シングルクォートとダブルクォート</title>
  <type>rich</type>
  <url>https://bingo-nakanishi-perl.hatenadiary.org/entry/20090117/1232205465</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
