RE: Perl Recursive

2003-01-03 Thread Wagner, David --- Senior Programmer Analyst --- WGO
I had one using File::Find. The only thing it does not do is create new directory in the base directory. I made up a folder name called junker(change to what youneed)and created that. Hopefully a starting point. #!perl -w use File::Find;$diff = 0;get_time(); my $MyStartTime = sprintf

Re: Perl Recursive

2003-01-03 Thread C. Church
what i would like to do it to go all the subdirectories of that home directory that has many folders and in each folder to create Trash folder untill it reaches the end of subdirectory i know it has something to do with a loop statement but can't figure out on my own or find source on internet

RE: Perl Recursive

2003-01-03 Thread Gould, Kevin
-Original Message- Yeah well this is my home directory /home/xcomb what i would like to do it to go all the subdirectories of that home directory that has many folders and in each folder to create Trash folder untill it reaches the end of subdirectory i know it has

RE: Perl Recursive

2003-01-03 Thread Wong, Danny H.
of freedom. Honorable Al Gore -Original Message- From: C. Church [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 12:20 PM To: [EMAIL PROTECTED] Subject: Re: Perl Recursive what i would like to do it to go all the subdirectories of that home directory that has many folders