$datetime=~s{(\d\d\d\d)(年)(\d\d)(月)(\d\d)(日)}
                     {$1-$2-$3}gxms;

或

$datetime=~s{(\d\d\d\d)(\D)(\d\d)(\D)(\d\d)(\D)}
                     {$1-$2-$3}gxms;

2009/11/10 imxae <[email protected]>:
> 把数字提出来,这是个想法,研究中
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛“PerlChina Mongers 讨论组”论坛。
 要在此论坛发帖,请发电子邮件到 [email protected]
 要退订此论坛,请发邮件至 [email protected]
 更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

回复