<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hacchy</author_name>
  <author_url>https://blog.hatena.ne.jp/hacchy/</author_url>
  <blog_title>Hacchy’ Blog</blog_title>
  <blog_url>https://hacchy.hatenadiary.org/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>ターミナルに標準出力する文字列を（部分的に）色づけすると，結果がとても見易くなる。 今までそんなことが可能だと知らずに生きてきてしまったが，Term::ANSIColor モジュールというとても便利なモジュールがあることを知った。 Sample Code 1: testColor.pl #!/usr/bin/perl -w use strict; use Term::ANSIColor qw{colored};print colored('Hollo, World!', 'bold yellow') . &quot;\n&quot;; 実行結果 Sample Code 2: testColor2.pl #!/us…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhacchy.hatenadiary.org%2Fentry%2F20100408%2F1270734325&quot; title=&quot; 標準出力を色づけするためのサンプルコード（Term::ANSIColor） - Hacchy’ Blog&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>https://cdn-ak.f.st-hatena.com/images/fotolife/h/hacchy/20100408/20100408224610.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-04-08 22:45:25</published>
  <title> 標準出力を色づけするためのサンプルコード（Term::ANSIColor）</title>
  <type>rich</type>
  <url>https://hacchy.hatenadiary.org/entry/20100408/1270734325</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
