[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unix-ify File Names



On Tue, Apr 17, 2007 at 09:23:19AM -0700, Leonid Grinberg wrote:
> >opendir(DIR, system('pwd'));
> 
> Sorry, that should be:
> 
> opendir(DIR, `pwd`);
> 
> ` returns output. system() does not.

Or just use '.' as the directory name.

-- 
Ken Irving



Reply to: