- or download this
#!/usr/bin/perl -w
#
...
print "\n\tThe difference is :: $days\n" ;
#
print "\n\tTimestamp test ends\n" ;
- or download this
$ xxrctimestamp.pl
...
Timestamp test ends
$
- or download this
my $sec1 = '01' ;
my $min1 = '00' ;
...
my $year2 = '2005' ;
my $TIME2 = undef ;
my $date2 = undef ;
- or download this
$ xxrctimestamp.pl
...
The difference is :: 0
Timestamp test ends