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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to