RE: Help recursing directories and java mod question

2001-05-30 Thread Steve Best
e -Original Message- From: Peter Scott [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 3:53 PM To: Steve Best; [EMAIL PROTECTED] Subject: Re: Help recursing directories and java mod question At 03:44 PM 5/30/01 -0700, Steve Best wrote: >Howdy, I used to do a bit of Perl programm

Help recursing directories and java mod question

2001-05-30 Thread Steve Best
Howdy, I used to do a bit of Perl programming but its all washed away through disuse. Sooo, I need to write a subroutine that will recurse from a parent directory through all children directories, performing an action on files that match a pattern, in this case *.class. I have the Perl cookbook,