- or download this
$dir = "test";
mkdir $dir or die "Unable to create dir : $!" if not ( -d "$dir");
...
print F $data;
close F;
}
- or download this
use Benchmark qw/cmpthese/;
$dir = "test";
...
}
}
});
- or download this
D:\Perl\bin>perl test2.pl
Rate grep while
grep 6.51/s -- -100%
while 2667/s 40833% --
D:\Perl\bin>