Can someone point me to some knowledge on recursive function? I'm writing my first perl program and want to walk the directory tree, processing the files in each directory. Problem is, because all of the variables are global, it doensn't unwind... (that's how I finally figure out all the variables are global!)
Thanks!