- or download this
#!c:/perl/bin/perl -w
...
my $finish = strftime "%H:%M:%S", localtime;
print "$start $finish";
- or download this
#!c:/perl/bin/perl -w
...
my $finish = strftime "%H:%M:%S", localtime;
print "$start $finish";
- or download this
my $time1 = `date '+%H:%M:%S'`;
- or download this
my $time1 = strftime "%H:%M:%S", localtime;