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
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
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