- or download this
use strict;
...
push @data, $rec;
}
- or download this
my @Fields=(
...
my $person;
my $i=0;
- or download this
my $ta=time();
...
my $tb=time();
- or download this
my $use=1;
...
}
my $tc=time;
- or download this
my $iab=$tb-$ta;
...
print "TIMES:\nab: $iab\nbc: $ibc\n";
print "COUNTS:\nab: ", $#Persons,"\nbc: ",$#Rset,"\n";
- or download this
mpneves@voyager perl$ ./test.pl
...
ab: 1213
bc: 1213