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

Sorry, that should be:

opendir(DIR, `pwd`);

` returns output. system() does not.


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

Reply via email to