I am confused about filename wildcards using Perl. I want to call in a file to run a perlscript on. The filenames are always in the form: abc_code$12345.txt, but the numerals after the $ are always different. In a DOS environment, I can just call this file by saying abc_code$*.txt. How do I do this in a similar fashion in my perlscript? Thanks.