<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>perlcodesample</author_name>
  <author_url>https://blog.hatena.ne.jp/perlcodesample/</author_url>
  <blog_title>Perl入門ゼミ</blog_title>
  <blog_url>https://perlcodesample.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>Perl › モジュール › here Time::HiResは、高精度なsleepを提供します。usleep関数を使えば、マイクロ秒単位でスリープすることができます。sleep関数は、1秒が最小単位ですが、usleep関数を使えば、ミリ秒やマイクロ秒の単位でスリープできます。 use Time::HiRes 'usleep'; usleep $microseconds; 単位は、マイクロ秒です、ミリ秒はその千倍になります。たとえば、0.1秒スリープしたい場合は、以下のように書きます。 usleep(100 * 1000); 高精度のアラーム、時刻、インターバル・タイマー Time::HiRe…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20180309%2F1525091085&quot; title=&quot;Time::HiRes - マイクロ秒単位でスリープする - 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>2018-03-09 21:24:45</published>
  <title>Time::HiRes - マイクロ秒単位でスリープする</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20180309/1525091085</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
