<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>BigFatCat</author_name>
  <author_url>https://blog.hatena.ne.jp/BigFatCat/</author_url>
  <blog_title>BigFatCatのブログ</blog_title>
  <blog_url>https://bigfatcat.hateblo.jp/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>練習問題の回答をメモ。 ex08-1 #!/usr/bin/perl use strict; use warnings; use IO::Tee; my $choice; while (1) { print &quot;1: File, 2: Scalar, 3: Both, q: quit\n&quot;; print &quot;Which of above do you want your output to go?: &quot;; chomp($choice = &lt;STDIN&gt;); last if $choice =~ /^\s*[123]\s*$/; exit 0 if $choice =~ /^\s*q\s*$/i; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbigfatcat.hateblo.jp%2Fentry%2F20071208%2F1197128745&quot; title=&quot; 続・初めてのPerl 第8章 「ファイルハンドルへのリファレンス」 - BigFatCatのブログ&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-12-08 00:45:45</published>
  <title> 続・初めてのPerl 第8章 「ファイルハンドルへのリファレンス」</title>
  <type>rich</type>
  <url>https://bigfatcat.hateblo.jp/entry/20071208/1197128745</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
