<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bingo_nakanishi_perl</author_name>
  <author_url>https://blog.hatena.ne.jp/bingo_nakanishi_perl/</author_url>
  <blog_title>bingo_nakanishiの他言語出身者のためのPerl入門</blog_title>
  <blog_url>https://bingo-nakanishi-perl.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>テストというものをご存知だろうか。ソフトウェアが正しく動いているかどうか確かめるものである。 ファイルに出力するプログラム 例えば、簡単なプログラムとして、 $ perl bingo.pl &gt; hoge.txtとすれば、hoge.txtに aaa bbb cccと表示するプログラムを作りたいとしよう。 ソース： use strict; print 'aaa', &quot;\n&quot;; print 'bbb', &quot;\n&quot;; print 'ccc', &quot;\n&quot;; こんなソースが書けるだろう。 実行： $ perl bingo.pl &gt; hoge.txt 確認： $ cat hoge.txt aaa bbb c…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbingo-nakanishi-perl.hatenadiary.org%2Fentry%2F20090324%2F1237898692&quot; title=&quot;第83回 テスト! Test!! テストぉおお!!!  テストとはなにか！？ - bingo_nakanishiの他言語出身者のための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>2009-03-24 21:44:52</published>
  <title>第83回 テスト! Test!! テストぉおお!!!  テストとはなにか！？</title>
  <type>rich</type>
  <url>https://bingo-nakanishi-perl.hatenadiary.org/entry/20090324/1237898692</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
