in reply to Re: Windows backslash problem
in thread Windows backslash problem

Hi Mr. Muskrat, I just tried your suggestion:
use File::Copy; copy("a/b/*.txt","a/");
unfortunately it doesn't seem to work for me. It works fine for an individual file, say:
use File::Copy; copy("a/b/ccc.txt","a/");
not a problem, but when the * is put in it doesn't seem to do its job. Any ideas?