Re: Problems matching filenames

2003-03-24 Thread John W. Krahn
Rob Dixon wrote: > > This will try to read from the filehandle and try to > print each line to the filehandle specified by $program. Note > that is case=sensitive, and isn't the same as , > but either way it's not open for input and the read will fail. Perl originally used the lower case fileha

Re: Problems matching filenames

2003-03-24 Thread Rob Dixon
Papapep wrote: > I've made a small program that tries to get all the files from a > directory that's full of files that they have the name format : > pepe-1_DDMM.txt or pepe-2_DDMM.txt. > First, I am just trying to get them and print the array created. > Afterwards, when this works I'll do

Problems matching filenames

2003-03-24 Thread papapep
I've made a small program that tries to get all the files from a directory that's full of files that they have the name format : pepe-1_DDMM.txt or pepe-2_DDMM.txt. First, I am just trying to get them and print the array created. Afterwards, when this works I'll do more things with the d