Hi all,
I have some files stored in an array say my array I have to read each file from the array and if the files ends with .raz I need to copy.
I need to copy the file from /home/kriz to /home/kriz/temp.iam working in unix environment ,as Iam new to perl can anyone say me how to check if it is a file and then how to check to ends with raz...
thanks
I have some files stored in an array say my array I have to read each file from the array and if the files ends with .raz I need to copy.
I need to copy the file from /home/kriz to /home/kriz/temp.iam working in unix environment ,as Iam new to perl can anyone say me how to check if it is a file and then how to check to ends with raz...
thanks
Comment