Re: Find all files that end in .jpg

2002-04-04 Thread Elaine -HFB- Ashton
Naomi Arries [[EMAIL PROTECTED]] quoth: *>Help I'm struggling to have these two pieces of codes do *>what I want it to do *> *>With code (1) *>I'm trying to recursively decends into directories to find *>all the files that end in .jpg. use File::Find; http://www.perlfaq.com/cgi-bin/view?view_by_

Find all files that end in .jpg

2002-04-04 Thread Naomi Arries
Help I'm struggling to have these two pieces of codes do what I want it to do With code (1) I'm trying to recursively decends into directories to find all the files that end in .jpg. With code (2) I'm trying to read in the extentionfrom the command line. ---code(1) - #!/u