Hi,
I'm using file::find to perform a recursive copy. I would like to pass arguments to the wanted subroutine to trigger the appropriate copy behavior (overwrite or ignore if already present). The presence of arguments seems to interfere with File::Find functionality though. I can get around this by using global variables but this seems messy. Is there a clean way to pass args to the subroutine?
Thanks for your help!