<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ymko</author_name>
  <author_url>https://blog.hatena.ne.jp/ymko/</author_url>
  <blog_title>ymkoの日記</blog_title>
  <blog_url>https://ymko.hatenadiary.org/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>perlで txtファイルを一行ずつ読み込んで、 カンマ（,）が二個連続で続いたら、その行を削除してもとのファイルに戻すプログラムを書いていただけないでしょうか。.. - 人力検索はてな 書いてみた。 use strict; use warnings; use autodie; use File::Temp qw/ tempfile /; my $infile = &quot;./file.txt&quot;; my $outfile = &quot;./file.txt&quot;; my ($tmpfh, $tmpfile) = tempfile(UNLINK =&gt; 1); open my $fh, &quot;&lt; $infile&quot;; #…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fymko.hatenadiary.org%2Fentry%2F20100819%2F1282237077&quot; title=&quot;カンマ（,）が二個連続で続いたら、その行を削除してもとのファイルに戻すプログラム - ymkoの日記&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>2010-08-19 01:57:57</published>
  <title>カンマ（,）が二個連続で続いたら、その行を削除してもとのファイルに戻すプログラム</title>
  <type>rich</type>
  <url>https://ymko.hatenadiary.org/entry/20100819/1282237077</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
