<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dechnostick</author_name>
  <author_url>https://blog.hatena.ne.jp/dechnostick/</author_url>
  <blog_title>デクノスティック</blog_title>
  <blog_url>https://dechnostick.hatenablog.com/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>#!/usr/bin/perl use strict; use warnings; use 5.010; { # 条件(0,'','0' は false) say 0 if 0; # 出力なし say '-' if ''; # 出力なし say 0 if '0'; # 出力なし # 条件(0,'','0' 以外は true) say 1 if 1; # 1 say 2 if 2; # 2 say '1' if '1'; # 1 say '2' if '2'; # 2 say 'a' if 'a'; # a say 'b' if 'b'; # b # ブール値を定義する my $true = !…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdechnostick.hatenablog.com%2Fentry%2F2015%2F04%2F14%2F085200&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>2015-04-14 08:52:00</published>
  <title>perl メモ(ブール)</title>
  <type>rich</type>
  <url>https://dechnostick.hatenablog.com/entry/2015/04/14/085200</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
