> Hi,
>
> I am so confused the time output result.
>
> Time::tm=ARRAY(0x109c3b0)
>
>
> Here is the code:
>
> #!/usr/bin/env perl
>
> use strict;
> use warnings;
> use autodie qw(open close);
> use 5.012;
> use Time::localtime;
> use File::stat;
>
> open my $fh, '<', "too0.tex";
>
> my $time = loca
Hi,
I am so confused the time output result.
Time::tm=ARRAY(0x109c3b0)
Here is the code:
#!/usr/bin/env perl
use strict;
use warnings;
use autodie qw(open close);
use 5.012;
use Time::localtime;
use File::stat;
open my $fh, '<', "too0.tex";
my $time = localtime;
my $modtime = ctime(stat($f