作者: 川合孝典
日時: 2006/6/27(16:27)
川合孝典です。

手元に環境がないので、今確認はできないのですが。



----- Original Message -----
>Date: Tue, 27 Jun 2006 15:32:26 +0900 (JST)
>From: kbk@... (Bruce.)
>Subject: [TSperl:711] Re: PERL の日付・時間計算について
>To: TSperl@...
>
>
>Bruce.です。
(中略)
>自分で調べないで訊いちゃいますが、この手のモジュールで
>日本語文字列(2006年7月1日とか)に対応したものってあるんでしょうか?

DateTime::Format::Japaneseなら

This module implements a DateTime::Format module that can read 
Japanese date notations and create a DateTime object, and vice versa.

http://search.cpan.org/~dmaki/DateTime-Format-Japanese-0.01/lib/DateTime/Forma
t/Japanese.pm

ということなので対応しているはずです。
(以前使った覚えがありますけど。ウロ覚え)

>> ちなみにText::CSVとかDBD::CSVなんてものもあります。
>
>Text::CSVって、複数行にわたったレコード(フィールド)に対応して
>ないっぽいんですけどそんなものなんでしょうか?
Text::CSVよりも実際にはDBD::CSVのText::CSV_XSのほうが機能的には
上なのですが

http://search.cpan.org/~jwied/Text-CSV_XS-0.23/CSV_XS.pm

属性のbinaryの説明に
 If this attribute is TRUE, you may use binary characters in 
 quoted fields, including  line feeds, carriage returns and 
 NUL bytes. (The latter must be escaped as "0.) 
 By default this feature is off

とありますから可能なはずです。
(これも以前、使ったような、使ったことないような...です。)