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

Re: Unix-ify File Names



opendir(DIR, system('pwd'));

Sorry, that should be:

opendir(DIR, `pwd`);

` returns output. system() does not.



Reply to: