<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>acotie</author_name>
  <author_url>https://blog.hatena.ne.jp/acotie/</author_url>
  <blog_title>iDeaList::Writing</blog_title>
  <blog_url>https://acotie.hatenadiary.org/</blog_url>
  <categories>
    <anon>vim</anon>
  </categories>
  <description>Perlで全ての関数を補完してくれるように辞書ファイルを作成する方法のメモ。辞書用ディレクトリ/.vim/dict/を作成する mkdir ~/.vim/dict perlの全関数の辞書ファイル作成 perldic.pl #!/usr/bin/perl while(&lt;DATA&gt;){ chomp; my $command = (split)[0]; print $command.&quot;\n&quot; if $command =~ /^\w\w+$/; } print join(&quot;\n&quot;, qw/for while until foreach if elsif else unless/) . &quot;\n&quot;; それ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Facotie.hatenadiary.org%2Fentry%2F20080727%2F1217150057&quot; title=&quot;Perl用辞書ファイルの作成 - iDeaList::Writing&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>2008-07-27 18:14:17</published>
  <title>Perl用辞書ファイルの作成</title>
  <type>rich</type>
  <url>https://acotie.hatenadiary.org/entry/20080727/1217150057</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
