For Programmers: Free Programming Magazines  


Home > Archive > PERL Miscellaneous > March 2004 > How to make list of file dir and subdirectory with perl for windows?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author How to make list of file dir and subdirectory with perl for windows?
Tamara

2004-03-27, 12:01 am

How to make list of file dir and subdirectory with perl for windows?
TNX.


Joe Smith

2004-03-27, 12:01 am

Tamara wrote:

> How to make list of file dir and subdirectory with perl for windows?


C:\>perl -MFile::Find -le "find(\&wanted,'c:/perl'); sub wanted {print}"
C:\>perldoc File::Find
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com