<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dayflower</author_name>
  <author_url>https://blog.hatena.ne.jp/dayflower/</author_url>
  <blog_title>daily dayflower</blog_title>
  <blog_url>https://dayflower.hatenablog.com/</blog_url>
  <categories>
    <anon>perl</anon>
    <anon>memo</anon>
  </categories>
  <description>途中経過の覚え書きです。 my $o = [ {} ]; $o-&gt;[1] = $o-&gt;[0]; みたいな構造があったときに， $o-&gt;[0] = 'hello'; とすると，$o-&gt;[1] は {} （空ハッシュリファレンス）のままです。ところが， use YAML::Syck; my $o = [ {} ]; $o-&gt;[1] = $o-&gt;[0]; $o = Load(Dump($o)); $o-&gt;[0] = 'hello'; とすると，$o-&gt;[1] も 'hello' になってしまいます。みたいな話をかつて RT に投げたんですが，ちょっと調べてみようかなと思って調べてみました。最初の状態…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdayflower.hatenablog.com%2Fentry%2F20070131%2F1170235433&quot; title=&quot; YAML::Syck とアンカー・エイリアス - daily dayflower&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-01-31 18:23:53</published>
  <title> YAML::Syck とアンカー・エイリアス</title>
  <type>rich</type>
  <url>https://dayflower.hatenablog.com/entry/20070131/1170235433</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
