Hi all, i am new to perl.
i have a text file that contains the date in only one row.
I want to check if the date inside this file is the today date or not.
The file contains the date in this form:
file_save = 20120628150005
the first 8 numbers( 20120628 ) indicates the date, the other numbers the hour (150005)
Thank you very much!
PS: i have to do this in a Perl script
i have a text file that contains the date in only one row.
I want to check if the date inside this file is the today date or not.
The file contains the date in this form:
file_save = 20120628150005
the first 8 numbers( 20120628 ) indicates the date, the other numbers the hour (150005)
Thank you very much!
PS: i have to do this in a Perl script