<?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 › 変数 Perlの変数についての解説です。変数宣言と変数の種類について解説します。 変数宣言 Perlの変数宣言について解説します。 「my」による「レキシカル変数」の宣言 「my」を使って「レキシカル変数」を宣言することができます。 # スカラ変数の宣言 my $num; # 配列変数の宣言 my @nums; # ハッシュ変数の宣言 my %score; 「my」を使った「レキシカル変数の宣言」の詳しい解説については以下の記事をご覧ください。 myを使ってレキシカル変数を宣言する 「our」による「パッケージ変数」の宣言 「our」を使って「パッケージ変数」を宣言することができ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20161107%2F1478522742&quot; title=&quot;Perlの変数 - 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>2016-11-07 21:45:42</published>
  <title>Perlの変数</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20161107/1478522742</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
