2009年2月12日星期四

[PerlChina] Re: about File::Spec->rel2abs

很奇怪,在win下可以用rel2abs('..')可以打印的路径
只能用Cwd模块里的abs_path了

2009/2/13 Shu Cho <neatcho@gmail.com>
use File::Spec;
use Cwd qw(abs_path);
print abs_path(File::Spec->rel2abs('..')), "\n";

2009/2/13 Michael Zeng <galaxy2004@gmail.com>:
> dear all:
>
>     why
>
>  use File::Spec ;
>   print   File::Spec->rel2abs ( '..' )
>
> only get  /ux/prj/prjhzeng/.. ?
>
> i want the absolute address  , like  /ux/prj
>
> thanks
>

--
blog - http://hi.baidu.com/smallfish7788

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

-~----------~----~----~----~------~----~------~--~---

没有评论: