Hello

I am working on a perl script in which I want a complete directory listing of a drive partition. How can this be done in Perl?

Right now my code reads :

@file_list = `cd c:\;dir c:/s`;


However I am getting the following error message:

Extracting files in directoryThe filename, directory name, or volume label synta
x is incorrect.

Thanks,
Andrew


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to