[EMAIL PROTECTED] wrote:
The mission:
I need to write the name of the number folder to a file.  The filename
must be PREVUE2.CFG.  The file must be located inside the folder by
which it got it's name.



Use File::Find to find the directories, then write their names in the appropriate file.

perldoc File::Find

--
Just my 0.00000002 million dollars worth,
   Shawn

"For the things we have to learn before we can do them, we learn by doing them."
  Aristotle

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


Reply via email to