- or download this
sub filter {
my $where = shift;
...
return @out;
}
- or download this
sub filter {
my $where = shift;
...
return @out;
}
- or download this
$ cat foreach_inner
#!/usr/bin/perl
...
my $pointless = "$foo.$bar";
}
}
- or download this
$ time ./foreach_inner
real 0m8.975s
user 0m8.954s
sys 0m0.013s
- or download this
$ cat foreach_outer
#!/usr/bin/perl
...
my $pointless = "$foo.$bar";
}
}
- or download this
$ time ./foreach_outer
real 0m14.106s
user 0m14.092s
sys 0m0.003s