I need to do an incremental download and I need to know the date of the previews file. I found an interesting function in Perl:
my $date = localtime( (stat HANDLE)[9] );
I need to do an incremental download and I need to know the date of the previews file. I found an interesting function in Perl:
my $date = localtime( (stat HANDLE)[9] );