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_
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