How to store only one date file which has large date and time#!/usr/bin/perl use XML::Simple; @files = `ls`; use XML::Parser; foreach $input_file (@files){ my $xml_parser = XML::Simple->new(); my $data = $xml_parser->XMLin($input_file); my $date = $data->{'root'}->{'date'}; my $time = $data->{'root'}->{'time'}; }
In reply to Re^4: check for date and time
by Anonymous Monk
in thread check for date and time
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |