Hey Guys,
One of the guys in my school asked me to help to organize his file for his business with credit card numbers and experation dates. It is a really big file with creadit card numbers and expiration dates. What i wanted to do is to devide this big file onto two smaller ones one of them will keep only exp dates the otehr one credit card numbers. But I have been facing this problem. When i try to write exp date into anotehr text file the only part that copies is exp date and nothing else. The actual date does not go to the file. The line i wrote was like that
Print filename "Exp date $c\n"
I am new to perl any help would be appreciated.
Thanks
One of the guys in my school asked me to help to organize his file for his business with credit card numbers and experation dates. It is a really big file with creadit card numbers and expiration dates. What i wanted to do is to devide this big file onto two smaller ones one of them will keep only exp dates the otehr one credit card numbers. But I have been facing this problem. When i try to write exp date into anotehr text file the only part that copies is exp date and nothing else. The actual date does not go to the file. The line i wrote was like that
Print filename "Exp date $c\n"
I am new to perl any help would be appreciated.
Thanks