<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>pgori</author_name>
  <author_url>https://blog.hatena.ne.jp/pgori/</author_url>
  <blog_title>pgoriの怠惰なブログ</blog_title>
  <blog_url>https://pgori.hateblo.jp/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>はじめてPerlで実装した上にデバック環境もなくボロボロで死にたくなった。正直もうPerlは使いたくないねｗでも多少調べながらやっていたのでせっかくだから基本的な部分だけでも残しておくことに。 ■変数の宣言 $hoge; 「$」をつけると変数の宣言になる。 ■レキシカル変数 my $hoge; my($hoge, $hage); #複数の変数名を同時に宣言できる 「my」をつけるとレキシカル変数になる。javaでいうprivateと似て非なるもの。 ■サブルーチンの宣言 sub func; 「sub」をつけるとサブルーチンの宣言になる。 ■サブルーチンの呼び出し &amp;func; 「&amp;」をつけると…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpgori.hateblo.jp%2Fentry%2F2013%2F12%2F20%2F182222&quot; title=&quot;初Perl実装 - pgoriの怠惰なブログ&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>2013-12-20 18:22:22</published>
  <title>初Perl実装</title>
  <type>rich</type>
  <url>https://pgori.hateblo.jp/entry/2013/12/20/182222</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
