- or download this
#!/usr/bin/perl
use strict;
...
my $end = new Benchmark;
my $diff = timediff($end, $start);
print "Time taken was ", timestr($diff, 'all'), " seconds";
- or download this
#!/usr/bin/perl
use strict;
...
my $result = getOSType();
print $result;
- or download this
#!/usr/bin/perl
use strict;
...
my $end = new Benchmark;
my $diff = timediff($end, $start);
print "Time taken was ", timestr($diff, 'all'), " seconds";