<?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 $num = @values; 比較演算子の項 比較演算子の左右の項はスカラコンテキストです。 $x &lt; @values $x == @values for文のループで頻繁に目にします。 for (my $i = 0; $i &lt; @nums; $i++) { ... } ifの条件部 ifの条件部はスカラコン…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20180531%2F1527772260&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-05-31 22:11:00</published>
  <title>スカラコンテキスト</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20180531/1527772260</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
