in reply to Re: Using a user input array with File::Find
in thread Using a user input array with File::Find
Ahh ok. I didn't know I could use split like that (I don't get to do enough perl!). I originally tried using a foreach loop with the array created by the input from the user. The split worked really well. Thank you!