ぽっぺん日記@karashi.org
2008-06-30(Mon) [長年日記]
_ [Perl]Net::Whois::Rawのsourceの話
モジュール中の関数やメソッドでは、必ずこちらを使うよう心がけましょう。.pmならcarp/croakを、.plならwarn/dieと覚えておけばよいでしょう。
[404 Blog Not Found:perl - use Carp; # warn() と die() だけじゃなくてより引用]
ってことなんだけど、Net::Whois::Rawではdie()使いまくりなんだよね。
Net::Whois::RawのNOTEには
Some users complained that the die statements in the module make their CGI scripts crash. Please consult the entries on eval and die on perlfunc about exception handling in Perl.
[Net::Whois::Raw - Get Whois information for domains - search.cpan.orgより引用]
って断り書きが書いてあって、ちょっとおかしかった。
[ツッコミを入れる]
