<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>iox</author_name>
  <author_url>https://blog.hatena.ne.jp/iox/</author_url>
  <blog_title>高知ではたらくひとのブログ</blog_title>
  <blog_url>https://iox.hatenablog.com/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>こんな感じかな。 共通定数定義モジュール Constant.pm #!/usr/bin/perl package Constant; use strict; # Exporterを継承 use base qw/Exporter/; # グローバル変数の使用を宣言 use vars qw /@EXPORT_OK/; # @EXPORT_OKは要求に応じてエクスポートするシンボルを指定 # @EXPORTに指定すると要求はいらない @EXPORT_OK = qw/HOGEHOGE URL_NEXT_NODE/; #定数 use constant { HOGEHOGE =&gt; 10, PIYOPIYO…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fiox.hatenablog.com%2Fentry%2F20070703%2Fp1&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>2007-07-03 00:00:00</published>
  <title>perlで共通定数を使う方法</title>
  <type>rich</type>
  <url>https://iox.hatenablog.com/entry/20070703/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
