<?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 文字列のリストを簡潔に記述するための文字列リスト演算子と呼ばれる演算子があります。文字列リスト演算子を使用するとシングルクォートやカンマを記述することなく文字列のリストを表現できます。 qw(文字列1 文字列2 文字列3) 実際に文字列リスト演算子を使用した例です。 my @strings = qw/cat dog mouse/; 次の文字列のリストと同じ意味になります。 my @strings = ('cat', 'dog', 'mouse'); 文字列を囲む記号には()以外の文字も使用することができます。 qw(cat dog mouse) qw/cat…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20080222%2F1203696194&quot; title=&quot;文字列リスト演算子 - qw() - 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>2008-02-22 01:03:14</published>
  <title>文字列リスト演算子 - qw()</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20080222/1203696194</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
