{"width":"100%","height":"190","url":"https://r9.hateblo.jp/entry/20120510/p1","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fr9.hateblo.jp%2Fentry%2F20120510%2Fp1\" title=\"UNITCHECK\u3068\u4ed6\u5fa9\u7fd2 - Perl\u65e5\u8a18\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","type":"rich","image_url":null,"categories":["Perl"],"title":"UNITCHECK\u3068\u4ed6\u5fa9\u7fd2","published":"2012-05-10 00:00:00","blog_title":"Perl\u65e5\u8a18","provider_url":"https://hatena.blog","author_name":"rightgo09","version":"1.0","author_url":"https://blog.hatena.ne.jp/rightgo09/","blog_url":"https://r9.hateblo.jp/","provider_name":"Hatena Blog","description":"Perl5.10\u304b\u3089BEGIN\u3001CHECK\u3001INIT\u3001END\u306e\u7279\u5225\u30d6\u30ed\u30c3\u30af\u306bUNITCHECK\u304c\u8ffd\u52a0\u3055\u308c\u3066\u3044\u305f\u306e\u3092\u6628\u65e5\u77e5\u3063\u305f\u306e\u3067\u30e1\u30e2\u3002 \u3042\u3068\u305d\u306e\u307b\u304b\u307e\u3068\u3081\u5fa9\u7fd2\u3002 perlmod\u306b\u3042\u3063\u305f\u306e\u3092\u4e26\u3073\u66ff\u3048\u3066\u307f\u305f\u3002 #!/usr/bin/env perl # use 5.010; # begincheck BEGIN { print \" 1. BEGIN blocks run FIFO during compilation.\\n\" } BEGIN { print \" 2. So this line comes out second.\\n\" } UNITCHECK { print \" 4. And the\u2026"}